login
A180465
Squares which are a sum of consecutive squares starting with 38^2.
1
1444, 20449, 281961, 14212900, 107827456, 564343507984
OFFSET
1,1
COMMENTS
This sequence is complete. See A180442 and A184763.
PROG
(PARI)for(n=38, 9999999, t=n*(n+1)*(2*n+1)/6-17575; if(issquare(t), print1(t, ", ")))
CROSSREFS
KEYWORD
nonn,easy,fini,full
AUTHOR
Zhining Yang, Jan 19 2011
STATUS
approved