OFFSET
0,2
FORMULA
a(n) = A005589(n) + a(n-1). - Michael S. Branicky, Mar 03 2025
EXAMPLE
0 + one = 3, 3 + two = 6, 6 + three = 11, 11 + four = 15, 15 + five = 19, ....
MATHEMATICA
nxt[{n_, a_}]:={n+1, a+StringLength[StringDelete[IntegerName[n+1, "English"], Except[LetterCharacter]]]}; NestList[nxt, {0, 0}, 60][[;; , 2]] (* Harvey P. Dale, Dec 24 2025 *)
CROSSREFS
KEYWORD
easy,nonn,word
AUTHOR
Scott A. Brown, Feb 22 2002
STATUS
approved
