The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A094580 In decimal expansion of Pi=3.1415...: smallest k > n such that the k-th digit equals the n-th digit. 1
10, 4, 20, 38, 9, 13, 17, 21, 11, 16, 32, 19, 15, 30, 31, 18, 22, 25, 27, 24, 23, 29, 42, 37, 26, 28, 35, 44, 34, 40, 39, 49, 51, 54, 36, 53, 58, 41, 43, 48, 50, 70, 45, 47, 46, 56, 65, 57, 52, 69, 55, 62, 68, 64, 66, 59, 67, 60, 63, 61, 71, 91, 80, 74, 87, 72, 97, 75, 95 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Min{k: k>n and A000796(k)=A000796(n)}.
a(n) = A094581(n) + n.
MATHEMATICA
nn=100; With[{pd=RealDigits[Pi, 10, 10nn][[1]]}, Flatten[Table[Select[ Flatten[ Position[pd, pd[[i]]]], #>i&, 1], {i, nn}]]] (* Harvey P. Dale, May 28 2013 *)
CROSSREFS
Sequence in context: A364190 A329649 A040094 * A192027 A180866 A232908
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, May 13 2004
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 June 12 21:26 EDT 2024. Contains 373360 sequences. (Running on oeis4.)