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!)
A121377 ASCII codes for decimal digits. 4

%I #16 Oct 21 2022 10:09:24

%S 48,49,50,51,52,53,54,55,56,57

%N ASCII codes for decimal digits.

%H ASCII, <a href="http://www.ascii.cl/">Codes Table</a>

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/ASCII">ASCII</a>

%F a(n) = A121378(n) - 192.

%e BIN: 110000, 110001, 110010, 110011, 110100, 110101, 110110, 110111, 111000, 111001;

%e OCT: 60, 61, 62, 63, 64, 65, 66, 67, 70, 71;

%e HEX: 30, 31, 32, 33, 34, 35, 36, 37, 38, 39.

%o (Python) def a(n): return 47+n # _Martin Gergov_, Oct 21 2022

%Y Cf. A121378.

%K nonn,base,fini,full

%O 1,1

%A _Reinhard Zumkeller_, Jul 25 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 July 3 01:42 EDT 2024. Contains 373963 sequences. (Running on oeis4.)