login
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