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!)
A107489 Number of letters in the words formed by the digital recitation of e in the English language. 2
3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 4, 4, 4, 4, 4, 4, 3, 5, 4, 5, 3, 4, 3, 5, 5, 4, 5, 3, 5, 4, 3, 3, 3, 3, 4, 4, 5, 5, 4, 5, 3, 4, 5, 4, 4, 5, 3, 4, 4, 4, 4, 4, 4, 5, 4, 4, 3, 3, 4, 3, 5, 3, 3, 5, 5, 3, 4, 4, 5, 3, 3, 5, 4, 5, 4, 5, 4, 4, 5, 4, 4, 4, 4, 5, 3, 5, 5, 3, 3, 5, 5, 4, 3, 4, 3, 3, 3, 4, 3, 5, 4, 3, 5, 4, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) reade(n) = { local(x, a, d); default(realprecision, 200); d=vector(10); a=vector(n); d[1]=4; d[2]=3; d[3]=3; d[4]=5; d[5]=4; d[6]=4; d[7]=3; d[8]=5; d[9]=5; d[10]=4; a=Vec(Str(exp(1))); print1(3", "); for(x=3, n-1, y=floor(eval(a[x])); print1(d[y+1]", ") ) }
CROSSREFS
Sequence in context: A259684 A214287 A010703 * A152050 A103506 A094929
KEYWORD
base,easy,nonn,word
AUTHOR
Cino Hilliard, May 28 2005 and May 31 2005
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)