OFFSET
1,5
LINKS
M. F. Hasler, Truncated squares, OEIS wiki, Jan 16 2012
FORMULA
PROG
(PARI) b=7; for(n=1, 2e9, issquare(n^2\b) & print1(sqrtint(n^2\b), ", "))
(PARI) A204517(n)=polcoeff((x^4 + 3*x^5 + 6*x^6 + x^7)/(1 - 16*x^3 + x^6+O(x^n)), n)
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Jan 15 2012
STATUS
approved