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
48, 49, 50, 51, 52, 53, 54, 55, 56, 57 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Wikipedia, ASCII
FORMULA
a(n) = A121378(n) - 192.
EXAMPLE
BIN: 110000, 110001, 110010, 110011, 110100, 110101, 110110, 110111, 111000, 111001;
OCT: 60, 61, 62, 63, 64, 65, 66, 67, 70, 71;
HEX: 30, 31, 32, 33, 34, 35, 36, 37, 38, 39.
PROG
(Python) def a(n): return 47+n # Martin Gergov, Oct 21 2022
CROSSREFS
Cf. A121378.
Sequence in context: A187940 A187932 A165869 * A327894 A332242 A296872
KEYWORD
nonn,base,fini,full
AUTHOR
Reinhard Zumkeller, Jul 25 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 July 2 23:09 EDT 2024. Contains 373960 sequences. (Running on oeis4.)