OFFSET
1,2
LINKS
David A. Corneth, Table of n, a(n) for n = 1..1968
EXAMPLE
a(3) = 169 whose 3 permutations 169, 196 and 961 yield three different squares.
MATHEMATICA
a=Table[0, {15}]; Do[b=Count[ IntegerQ /@ Sqrt[ FromDigits /@ Permutations[ IntegerDigits[n]]], True]; If[b<15&&a[[b]]==0, a[[b]]=n], {n, 1, 287618} ] (* Robert G. Wilson v, May 22 2003 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Mar 06 2002
EXTENSIONS
More terms from Robert G. Wilson v, May 22 2003
a(13)-a(20) from John W. Layman, Sep 27 2004
More terms from David A. Corneth, Oct 18 2021
STATUS
approved