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!)
A029984 Numbers k such that k^2 is palindromic in base 3. 17
0, 1, 2, 4, 10, 11, 20, 22, 28, 34, 56, 82, 89, 113, 154, 164, 244, 262, 488, 524, 730, 755, 802, 862, 1021, 1342, 1358, 1460, 2188, 2242, 2684, 2716, 3046, 4276, 4376, 4484, 6562, 6641, 6778, 8030, 8215, 8350, 8887, 12482, 13124, 14810, 19684 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..400 (first 100 terms from Harvey P. Dale)
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
pal3Q[n_]:=Module[{idn3=IntegerDigits[n^2, 3]}, idn3==Reverse[idn3]]; Select[Range[0, 20000], pal3Q] (* Harvey P. Dale, May 22 2012 *)
CROSSREFS
Sequence in context: A178713 A136818 A293556 * A101519 A227204 A249446
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 28 15:29 EDT 2024. Contains 372088 sequences. (Running on oeis4.)