Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Search: a263608 -id:a263608
     Sort: relevance | references | number | modified | created      Format: long | short | data
Numbers k such that k^2 is palindromic in base 3.
+10
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
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 *)
KEYWORD
nonn,base
STATUS
approved
Squares which are palindromes in base 3.
+10
15
0, 1, 4, 16, 100, 121, 400, 484, 784, 1156, 3136, 6724, 7921, 12769, 23716, 26896, 59536, 68644, 238144, 274576, 532900, 570025, 643204, 743044, 1042441, 1800964, 1844164, 2131600, 4787344, 5026564, 7203856, 7376656, 9278116
OFFSET
1,3
LINKS
Patrick 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
b3pQ[n_]:=Module[{idn3=IntegerDigits[n, 3]}, idn3==Reverse[idn3]]; Select[ Range[0, 3200]^2, b3pQ] (* Harvey P. Dale, Aug 07 2011 *)
CROSSREFS
KEYWORD
nonn,base
STATUS
approved
Base 3 numbers whose square is a palindrome in base 3.
+10
4
0, 1, 2, 11, 101, 102, 202, 211, 1001, 1021, 2002, 10001, 10022, 11012, 12201, 20002, 100001, 100201, 200002, 201102, 1000001, 1000222, 1002201, 1011221, 1101211, 1211201, 1212022, 2000002, 10000001, 10002001, 10200102, 10201121, 11011211, 12212101, 20000002, 20011002, 100000001, 100002222, 100022001
OFFSET
1,3
LINKS
G. J. Simmons, On palindromic squares of non-palindromic numbers, J. Rec. Math., 5 (No. 1, 1972), 11-19. [Annotated scanned copy]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Oct 22 2015
STATUS
approved

Search completed in 0.004 seconds