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!)
A029988 Numbers k such that k^2 is palindromic in base 5. 15
0, 1, 2, 6, 26, 31, 66, 126, 156, 626, 651, 756, 804, 3126, 3276, 3756, 9054, 15626, 15751, 16276, 18434, 18756, 32578, 34162, 46704, 78126, 78876, 81276, 93756, 390626, 391251, 393876, 406276, 468756, 487981, 1166454, 1953126, 1956876 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
P. De Geest, Palindromic Squares
G. J. Simmons, On palindromic squares of non-palindromic numbers, J. Rec. Math., 5 (No. 1, 1972), 11-19. [Annotated scanned copy]
MATHEMATICA
pal5Q[n_]:=Module[{idn5=IntegerDigits[n^2, 5]}, idn5==Reverse[idn5]]; Select[ Range[ 0, 2*10^6], pal5Q] (* Harvey P. Dale, Feb 02 2023 *)
CROSSREFS
Sequence in context: A009466 A348067 A032479 * A050573 A337573 A331963
KEYWORD
nonn,base
AUTHOR
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)