OFFSET
0,4
COMMENTS
a(n) is also the number of terms, counted with multiplicity, in a prime factorization of n + i in the ring of Gaussian integers. - Jason Kimberley, Dec 17 2011
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 0..10000
MATHEMATICA
PrimeOmega/@(Range[0, 90]^2+1) (* Harvey P. Dale, Apr 03 2019 *)
PROG
(PARI) a(n)=bigomega(n^2+1) \\ Charles R Greathouse IV, Jul 23, 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
Vladimir Joseph Stephan Orlovsky, Jul 22 2011
STATUS
approved