A111313 Character codes of the string "The On-Line Encyclopedia of Integer Sequences".
84, 104, 101, 32, 79, 110, 45, 76, 105, 110, 101, 32, 69, 110, 99, 121, 99, 108, 111, 112, 101, 100, 105, 97, 32, 111, 102, 32, 73, 110, 116, 101, 103, 101, 114, 32, 83, 101, 113, 117, 101, 110, 99, 101, 115
Offset: 1
Programs
-
Mathematica
ToCharacterCode["The On-Line Encyclopedia of Integer Sequences"]
-
PARI
A111313=Vecsmall("The On-Line Encyclopedia of Integer Sequences") \\ M. F. Hasler, Nov 08 2009
-
Python
print([ord(c) for c in "The On-Line Encyclopedia of Integer Sequences"]) # Michael S. Branicky, Aug 17 2022
Comments