OFFSET
1,1
COMMENTS
A sequence with this property cannot start otherwise since 2 is the only digit equal to the first digit of the "code" (1-26) of the first letter of its English name.
EXAMPLE
Spelling out the sequence data character-wise yields "two zero comma two three comma one five ..."
Coding the letters A..Z by 1..26 yields again the sequence 20, 23, 15, 26, 5, 18, 15, 3, 15, 13, 13, ...
PROG
(PARI) concat(apply(f=t->Vec(Vecsmall(concat(concat(apply(English, digits(t))), "comma")))%32, f(20))) \\ See A052360 for English()
CROSSREFS
KEYWORD
nonn,base,word
AUTHOR
M. F. Hasler, Feb 06 2016
STATUS
approved