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!)
A133377 Complete list of decimal numbers that when converted to hexadecimal produce the mirror image of the original number. 0
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 53, 371, 5141, 99481 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
There are 14 numbers in all, including single-digit numbers.
LINKS
PROG
(PARI) isok(n) = digits(n, 10) == Vecrev(digits(n, 16)); \\ Michel Marcus, Oct 05 2019
CROSSREFS
Subsequence of A133287. For n > 1, subsequence of A034294.
Sequence in context: A327455 A327735 A133287 * A121535 A082743 A083838
KEYWORD
base,easy,fini,nonn,full
AUTHOR
Daniel Mondot, Dec 21 2007
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 11:37 EDT 2024. Contains 371968 sequences. (Running on oeis4.)