login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A029734
Palindromic squares in base 16.
11
0, 1, 4, 9, 289, 1156, 66049, 74529, 83521, 93025, 101761, 264196, 280900, 298116, 597529, 1896129, 16785409, 19088161, 21538881, 67141636, 68128516, 71673156, 76282756, 81830116, 2665553641, 4295098369, 4328718849
OFFSET
1,3
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..377 (terms 1..75 from Vincenzo Librandi)
MATHEMATICA
pb16Q[n_]:=Module[{idn16=IntegerDigits[n, 16]}, idn16==Reverse[idn16]]; Select[Range[0, 200000]^2, pb16Q] (* Vincenzo Librandi, Jul 24 2014 *)
KEYWORD
nonn,base
STATUS
approved