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!)
A359224 Numbers whose decimal representation is the reverse of their base-7 representation. 0
0, 1, 2, 3, 4, 5, 6, 23, 46, 2116, 15226, 32361 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
23 is a term since 23_7 = 32 which reversed is 23.
32361 is a term since 32361_7 = 163230 which reversed is 032361 and the leading 0 is disregarded.
PROG
(PARI) isok(n) = fromdigits(Vecrev(digits(n, 7))) == n
CROSSREFS
Sequence in context: A037404 A037440 A130604 * A262434 A246908 A303367
KEYWORD
nonn,base,more
AUTHOR
Mohammed Yaseen, Dec 21 2022
EXTENSIONS
a(12) from Jon E. Schoenfield, Dec 21 2022
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 August 15 03:46 EDT 2024. Contains 375172 sequences. (Running on oeis4.)