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!)
A268490 Spelling out the characters (digits and commas) of the sequence and replacing letters A..Z with numbers 1..26 gives back the sequence. 0
20, 23, 15, 26, 5, 18, 15, 3, 15, 13, 13, 1, 20, 23, 15, 20, 8, 18, 5, 5, 3, 15, 13, 13, 1, 15, 14, 5, 6, 9, 22, 5, 3, 15, 13, 13, 1, 20, 23, 15, 19, 9, 24, 3, 15, 13, 13, 1, 6, 9, 22, 5, 3, 15, 13, 13, 1, 15, 14, 5, 5, 9, 7, 8, 20, 3, 15, 13, 13, 1, 15, 14, 5, 6, 9, 22, 5, 3, 15, 13, 13, 1, 20, 8, 18, 5, 5, 3, 15, 13, 13, 1, 15, 14, 5, 6, 9, 22, 5, 3, 15, 13, 13, 1, 15, 14, 5, 20, 8 (list; graph; refs; listen; history; text; internal format)
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.
LINKS
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
Sequence in context: A139357 A104059 A104057 * A153717 A358424 A303303
KEYWORD
nonn,base,word
AUTHOR
M. F. Hasler, Feb 06 2016
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.)