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!)
A117845 "hello, world" characters encoded in ASCII. 1
104, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 100 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
Brian W. Kernighan and Dennis M. Ritchie, The C programming language, 1978.
LINKS
FORMULA
0 <= n < 12, a(n) = ASCII code of character at position n in "hello, world"
MATHEMATICA
ToCharacterCode["hello, world"] (* Harvey P. Dale, Apr 26 2016 *)
PROG
(Python)
print([ord(c) for c in "hello, world"]) # Michael S. Branicky, Aug 10 2022
CROSSREFS
Sequence in context: A090849 A091025 A054904 * A286812 A328782 A163554
KEYWORD
fini,full,nonn
AUTHOR
Olivier Mengue (dolmen(AT)users.sourceforge.net), May 01 2006
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 September 15 03:44 EDT 2024. Contains 375931 sequences. (Running on oeis4.)