OFFSET
1,3
COMMENTS
Subsequence of A061457 (similar definition but without the "equal or larger" condition). - Michel Marcus, Apr 25 2015
LINKS
Martianus Frederic Ezerman, Bertrand Meyer and Patrick Solé, On Polynomial Pairs of Integers, arXiv:1210.7593. 2012. - From N. J. A. Sloane, Nov 08 2012
Martianus Frederic Ezerman, Bertrand Meyer and Patrick Solé, On Polynomial Pairs of Integers, Journal of Integer Sequences, Vol. 18 (2015), Article 15.3.5.
PROG
(PARI) lista(nn) = {for (n=0, nn, sq = n^2; if (issquare(r=subst(Polrev(digits(sq)), x, 10)) && (r >= sq), print1(sq, ", ")); ); } \\ Michel Marcus, Apr 25 2015
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Gaurav Kumar, Feb 07 2009
EXTENSIONS
Offset changed to 1 by Michel Marcus, Apr 25 2015
STATUS
approved