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

%I #14 Feb 02 2023 15:52:48

%S 0,1,2,6,26,31,66,126,156,626,651,756,804,3126,3276,3756,9054,15626,

%T 15751,16276,18434,18756,32578,34162,46704,78126,78876,81276,93756,

%U 390626,391251,393876,406276,468756,487981,1166454,1953126,1956876

%N Numbers k such that k^2 is palindromic in base 5.

%H P. De Geest, <a href="http://www.worldofnumbers.com/square.htm">Palindromic Squares</a>

%H G. J. Simmons, <a href="/A002778/a002778.pdf">On palindromic squares of non-palindromic numbers</a>, J. Rec. Math., 5 (No. 1, 1972), 11-19. [Annotated scanned copy]

%t pal5Q[n_]:=Module[{idn5=IntegerDigits[n^2,5]},idn5==Reverse[idn5]]; Select[ Range[ 0,2*10^6],pal5Q] (* _Harvey P. Dale_, Feb 02 2023 *)

%Y Cf. A002778, A003166, A007091, A263611, A263612, A029989.

%K nonn,base

%O 1,3

%A _Patrick De Geest_

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)