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

%I #28 Oct 06 2019 02:51:47

%S 0,1,2,3,4,5,6,7,8,9,53,371,5141,99481

%N Complete list of decimal numbers that when converted to hexadecimal produce the mirror image of the original number.

%C There are 14 numbers in all, including single-digit numbers.

%o (PARI) isok(n) = digits(n, 10) == Vecrev(digits(n, 16)); \\ _Michel Marcus_, Oct 05 2019

%Y Subsequence of A133287. For n > 1, subsequence of A034294.

%K base,easy,fini,nonn,full

%O 1,3

%A _Daniel Mondot_, Dec 21 2007

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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)