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!)
A254226 Numbers n such that the n-th decimal digit of e = 1 + the n-th decimal digit of Pi. 2
25, 28, 31, 35, 40, 61, 73, 107, 114, 130, 135, 138, 148, 151, 152, 170, 188, 192, 195, 202, 209, 218, 222, 231, 234, 238, 263, 265, 290, 297, 315, 378, 423, 432, 436, 444, 448, 457, 470, 481, 485, 489, 490, 526, 537, 546 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
31 is in the sequence since the 31st decimal digit of e is 6 and the 31st decimal digit of Pi is 5.
MATHEMATICA
nn = 550; rdpi = RealDigits[Pi, 10, nn][[1]]; rde = RealDigits[E, 10, nn][[1]]; Select[ Range[2, nn], 1 + rdpi[[#]] == rde[[#]] &] - 1 (* Robert G. Wilson v, Feb 08 2015 *)
CROSSREFS
Sequence in context: A239521 A345509 A295748 * A195613 A127652 A303812
KEYWORD
nonn,base
AUTHOR
Carmine Suriano, Jan 27 2015
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)