OFFSET
0,1
REFERENCES
Steven R. Finch, Mathematical Constants II, Encyclopedia of Mathematics and Its Applications, Cambridge University Press, Cambridge, 2018, p. 166.
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..10000
E. J. Scourfield, The divisors of a quadratic polynomial, Glasgow Mathematical Journal, Vol. 5, No. 1 (1961), pp. 8-20.
FORMULA
a(n) ~ (8/Pi) * n * log(n).
EXAMPLE
MATHEMATICA
Accumulate @ Table[SquaresR[2, k^2 + 1], {k, 0, 100}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Mar 09 2020
STATUS
approved