login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153220 Self-locating strings within Pi: numbers n such that the string n is at position n (counting 3 and the decimal point) in decimal digits of Pi. 1
4, 315, 360, 384, 47696, 496498, 1577526 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(8) > 10^9. - Vaclav Kotesovec, Feb 18 2020
LINKS
EXAMPLE
a(1)=4 because the 4th character (including the decimal point) in 3.14159... is also a 4.
MATHEMATICA
dpi = RealDigits[Pi, 10, 10000010][[1]]; Select[Range[2, 10000000], FromDigits[Take[dpi, {# - 1, # - 2 + IntegerLength[#]}]] == # &] (* Vaclav Kotesovec, Feb 18 2020 *)
CROSSREFS
Sequence in context: A201979 A280792 A027512 * A227673 A203479 A034226
KEYWORD
base,more,nonn
AUTHOR
Gil Broussard, Dec 21 2008
EXTENSIONS
a(7) from Vaclav Kotesovec, Feb 18 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)