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”).

A014188
Fourth powers of palindromes.
1
0, 1, 16, 81, 256, 625, 1296, 2401, 4096, 6561, 14641, 234256, 1185921, 3748096, 9150625, 18974736, 35153041, 59969536, 96059601, 104060401, 151807041, 214358881, 294499921, 395254161, 519885601, 671898241
OFFSET
0,3
MATHEMATICA
palQ[n_]:=Module[{idn=IntegerDigits[n]}, idn==Reverse[idn]]; Select[ Range[ 0, 200], palQ]^4 (* Harvey P. Dale, Feb 09 2015 *)
CROSSREFS
Sequence in context: A080150 A000583 A050751 * A352050 A050463 A075578
KEYWORD
nonn,base
AUTHOR
STATUS
approved