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!)
A180453 Numbers that are 4-digit palindromes in at least 2 bases. 1
624, 910, 2000, 2124, 3663, 4920, 6120, 6750, 6776, 7056, 8008, 8778, 9520, 10248, 11052, 13320, 13500, 14112, 14376, 15561, 16660, 16842, 17520, 18226, 19040, 19782, 21945, 22104, 22656, 22708, 23982, 26752, 27302, 27650, 27870, 28200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
624 = 4444_5 = 1551_7.
19040 is a four-digit palindrome in bases 13, 15, and 19: 19040 = 8888_13 = 5995_15 = {2,14,14,2}_19.
PROG
(PARI) isok(m) = {my(nb = 0); for (b=2, m-1, my(d=digits(m, b)); if ((#d == 4) && (Vecrev(d) == d), nb++); if (nb == 2, return (1)); ); } \\ Michel Marcus, Feb 13 2021
CROSSREFS
Cf. A180454.
Sequence in context: A345546 A345799 A035479 * A216843 A043368 A158374
KEYWORD
nonn,base
AUTHOR
John L. Drost, Sep 05 2010
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 16 13:38 EDT 2024. Contains 371712 sequences. (Running on oeis4.)