login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057680 Self-locating strings within Pi: numbers n such that the string n is at position n (after the decimal point) in decimal digits of Pi. 14
1, 16470, 44899, 79873884, 711939213 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(5) is greater than 10^8. - Colin Rose (colin(AT)tri.org.au), Mar 15 2006  

a(6) is greater than 10^9.

REFERENCES

Clifford A. Pickover, A Passion for Mathematics, Wiley, 2005; see p. 60.

LINKS

David G. Andersen, The Pi-Search Page.

EXAMPLE

1 is a term because 1 is the first digit after the decimal point

MATHEMATICA

StringsinPiAfterPoint[m_] := Module[{cc = 10^m + m, sol, aa}, sol = Partition[RealDigits[Pi, 10, cc] // First // Rest, m, 1]; Do[aa = FromDigits[sol[[i]]]; If[aa==i, Print[{i, aa}]], {i, Length[sol]}]; ] For example, StringsinPiAfterPoint[5] returns all 5-digit members of the sequence. - Colin Rose (colin(AT)tri.org.au), Mar 15 2006

CROSSREFS

Cf. A057679, A109513.

Sequence in context: A076166 A168665 A031829 * A157796 A186848 A170779

Adjacent sequences:  A057677 A057678 A057679 * A057681 A057682 A057683

KEYWORD

nonn,base,more

AUTHOR

Mike Keith (domnei(AT)aol.com), Oct 19 2000

EXTENSIONS

More terms from Colin Rose (colin(AT)tri.org.au), Mar 15 2006

a(5) from Nathaniel Johnston (nathaniel(AT)nathanieljohnston.com), Nov 12 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 12 18:43 EST 2012. Contains 205432 sequences.