OFFSET
1,1
COMMENTS
Further terms, listed on P. De Geest's page, are 722956456358957313434535, 831775153121251039203514, 4275548277509699161443659 and 64897400105515621177314682. - M. F. Hasler, Jun 08 2014
For the squares, see A027829(n) = a(n)^2. - M. F. Hasler, Oct 11 2019
REFERENCES
C. Ashbacher, More on palindromic squares, J. Rec. Math. 22, no. 2 (1990), 133-135. [A scan of the first page of this article is included with the last page of the Keith (1990) scan]
LINKS
K. S. Brown, On General Palindromic Numbers
P. De Geest, Palindromic Squares
P. De Geest, Subsets of Palindromic Squares
M. Keith, Classification and enumeration of palindromic squares, J. Rec. Math., 22 (No. 2, 1990), 124-132. [Annotated scanned copy]
F. Yuan, Palindromic Square Numbers, as of July 2002.
PROG
(PARI) is_A016113(n)={Vecrev(n=digits(n^2))==n&&!bittest(#n, 0)} \\ This is faster than first checking for even length, if applied to numbers in a range where the squares are known to have an even number of digits, as should be the case for a systematic search. - M. F. Hasler, Jun 08 2014
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Two new terms were recently found by Bennett from UK (communication from Patrick De Geest)
Edited by M. F. Hasler, Jun 08 2014
Missing a(10) inserted by M. F. Hasler, Oct 11 2019
STATUS
approved