Search: id:A057679 Results 1-1 of 1 results found. %I A057679 %S A057679 5,242424,271070,9292071,29133316,70421305 %N A057679 Numbers n such the that string n is found at position n in the decimal digits of Pi. %e A057679 5 is a term because 5 is the 5th digit of pi (3.1415) %t A057679 StringsinPi[m_] := Module[{cc = 10^m + m, sol, aa}, sol = Partition[RealDigits[Pi, 10,cc] // First, m, 1]; Do[aa = FromDigits[sol[[i]]]; If[aa==i, Print[{i, aa}]], {i,Length[sol]}];] For example, StringsinPi[6] returns all 6-digit members of the sequence. - Colin Rose (colin(AT)tri.org.au), Mar 15 2006 %Y A057679 Cf. A057680. %Y A057679 Cf. A109514. %Y A057679 Sequence in context: A133381 A151589 A038027 this_sequence A123751 A152516 A067502 %Y A057679 Adjacent sequences: A057676 A057677 A057678 this_sequence A057680 A057681 A057682 %K A057679 nonn,base,more %O A057679 1,1 %A A057679 Mike Keith (domnei(AT)aol.com), Oct 19 2000 %E A057679 a(4)-a(6) from Colin Rose (colin(AT)tri.org.au), Mar 15 2006 Search completed in 0.001 seconds