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

%I #7 Aug 11 2022 03:18:50

%S 104,101,108,108,111,44,32,119,111,114,108,100

%N "hello, world" characters encoded in ASCII.

%D Brian W. Kernighan and Dennis M. Ritchie, The C programming language, 1978.

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Hello_world_program">Hello world program</a>.

%F 0 <= n < 12, a(n) = ASCII code of character at position n in "hello, world"

%t ToCharacterCode["hello, world"] (* _Harvey P. Dale_, Apr 26 2016 *)

%o (Python)

%o print([ord(c) for c in "hello, world"]) # _Michael S. Branicky_, Aug 10 2022

%K fini,full,nonn

%O 0,1

%A Olivier Mengue (dolmen(AT)users.sourceforge.net), May 01 2006

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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)