login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
OFFSET
1,3
COMMENTS
There are 14 numbers in all, including single-digit numbers.
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