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!)
A126891 Number of letters in the English name of n, excluding spaces and hyphens and all integers preceding it. 0
4, 7, 10, 15, 19, 23, 26, 31, 36, 40, 43, 49, 55, 63, 71, 78, 85, 94, 102, 110, 116, 125, 134, 145, 155, 165, 174, 185, 196, 206, 212, 221, 230, 241, 251, 261, 270, 281, 292, 302, 307, 315, 323, 333, 342, 351, 359, 369, 379, 388, 393, 401, 409, 419, 428, 437 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Partial sums of A005589(n).
LINKS
EXAMPLE
If we write out: "zero one two three," there are 15 letters in total, so a(3)=15.
MATHEMATICA
lst = { (* the terms of A005589 *) }; Rest@ FoldList[ #1 + #2 &, 0, lst] (* Robert G. Wilson v, Aug 28 2007 *)
CROSSREFS
Cf. A005589.
Sequence in context: A014690 A274383 A310704 * A310705 A310706 A095875
KEYWORD
nonn,word
AUTHOR
Jonathan R. Love (japanada11(AT)yahoo.ca), Mar 23 2007
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 May 21 22:16 EDT 2024. Contains 372741 sequences. (Running on oeis4.)