A204521 Square root of floor(A055812(n) / 5).
0, 0, 0, 1, 3, 4, 8, 21, 55, 72, 144, 377, 987, 1292, 2584, 6765, 17711, 23184, 46368, 121393, 317811, 416020, 832040, 2178309, 5702887, 7465176
Offset: 1
Keywords
Programs
-
PARI
b=5;for(n=1,2e9,issquare(n^2\b) && print1(sqrtint(n^2\b),","))
Formula
Empirical g.f.: x^4*(x^5+3*x^4+8*x^3+4*x^2+3*x+1) / ((x^4-4*x^2-1)*(x^4+4*x^2-1)). - Colin Barker, Sep 15 2014
Comments