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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068988 a(n) = first position in the decimal expansion of e where the pattern "1,2,...,n" occurs. 0
3, 371, 604, 1004, 166413, 420753 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

1. We may never know if a(n) is defined for all n. 2. We split up the digits of any number > 9 in the pattern, e.g. if n = 11, we search for the pattern "1,2,3,4,5,6,7,8,9,1,0,1,1". 3. The pattern "1,2,3,4,5" does not occur before the 100,000-th term in the digit sequence of e.

It appears that a(7) > 5000000. - Rick L. Shepherd (rshepherd2(AT)hotmail.com), Aug 21 2002

LINKS

R. Nemiroff and J. Bonnell, The first 5 million digits of the number e

MATHEMATICA

p = ToString[N[E, 100000]/10]; t = {1, 12, 123, 1234}; g[n_] := StringPosition[p, ToString[n]][[1]][[1]] - 2; Table[g[t[[i]]], {i, 1, 4}]

CROSSREFS

Cf. A001113 (e, with several sources of digits).

Sequence in context: A062226 A173648 A110717 * A136025 A157577 A062604

Adjacent sequences:  A068985 A068986 A068987 * A068989 A068990 A068991

KEYWORD

nonn,base

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Apr 01 2002

EXTENSIONS

More terms from Rick L. Shepherd (rshepherd2(AT)hotmail.com), Aug 21 2002

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 15 21:56 EST 2012. Contains 205860 sequences.