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!)
A137386 Numbers that when mirrored vertically are still valid characters. Only applies when numbers are scribed in Arabic numerals. 1
0, 1, 3, 6, 8, 9, 10, 11, 13, 16, 18, 19, 30, 31, 33, 36, 38, 39, 60, 61, 63, 66, 68, 69, 80, 81, 83, 86, 88, 89, 90, 91, 93, 96, 98, 99, 100, 101, 103, 106, 108, 109, 110, 111, 113, 116, 118, 119, 130, 131, 133, 136, 138, 139, 160, 161, 163, 166, 168, 169 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Equivalently, numbers that are composed only of the digits 0, 1, 3, 6, 8 and 9. - Andrew Howroyd, Jan 03 2020
LINKS
PROG
(PARI) a(n)={my(v=[0, 1, 3, 6, 8, 9]); fromdigits([v[1+d] | d<-digits(n-1, #v)])} \\ Andrew Howroyd, Jan 03 2020
CROSSREFS
Sequence in context: A133159 A188544 A163463 * A358510 A344952 A153307
KEYWORD
nonn,base
AUTHOR
Adam Risi (ajrisi(AT)gmail.com), Apr 09 2008
EXTENSIONS
Terms a(39) and beyond from Andrew Howroyd, Jan 03 2020
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)