|
| |
|
|
A070254
|
|
Perfect squares one more than a palindrome.
|
|
2
| |
|
|
1, 4, 9, 100, 324, 576, 4225, 5776, 10000, 36864, 42025, 1000000, 3055504, 3640464, 5597956, 8803089, 32855824, 100000000, 360696064, 422919225, 10000000000, 30485858404, 30536863504, 32154945124, 59080108096, 86310801369
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| All even powers of 10 are members of both A070254 and A027720.
|
|
|
MATHEMATICA
| Do[ If[a = IntegerDigits[n^2 - 1]; a == Reverse[a], Print[n^2]], {n, 1, 10^6}]
|
|
|
CROSSREFS
| Cf. A027719, A027720, A070253.
Sequence in context: A061459 A061869 A061270 * A061090 A061272 A117680
Adjacent sequences: A070251 A070252 A070253 * A070255 A070256 A070257
|
|
|
KEYWORD
| base,nonn
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 06 2002
|
|
|
EXTENSIONS
| Edited by Jason Earls (zevi_35711(AT)yahoo.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), May 08 2002
|
| |
|
|