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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052055 Pointers to positions in both Pi and e indicate a common digit. 0
13, 17, 18, 21, 34, 40, 45, 56, 59, 70, 81, 95, 100, 143, 170, 206, 244, 263, 275, 279, 294, 324, 326, 331, 334, 361, 365, 388, 389, 396, 412, 420, 428, 429, 453, 460, 461, 462, 484, 494, 500, 501, 504, 507, 512, 523, 526, 548, 582, 591, 595, 596, 599, 603 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

Pi = 3.1415926535897932384626...

..................|...||..|.....

_e = 2.7182818284590452353602...

MATHEMATICA

ed=RealDigits[N[E, 2000]][[1]]; pd=RealDigits[N[\[Pi], 2000]][[1]]; okQ[n_] := Take[ed, {n}] == Take[pd, {n}]; Select[Range[2000], okQ] (* From Harvey P. Dale, Jan 05 2011 *)

CROSSREFS

Cf. A000796, A001113.

Sequence in context: A066918 A164062 A117326 * A075761 A046064 A008365

Adjacent sequences:  A052052 A052053 A052054 * A052056 A052057 A052058

KEYWORD

nonn,base,changed

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com), Dec 15 1999.

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Dec 28 1999

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 17 00:09 EST 2012. Contains 205978 sequences.