OFFSET
1,1
COMMENTS
A002635(a(n)) = 5.
LINKS
Robert Price, Table of n, a(n) for n = 1..81
D. H. Lehmer, On the Partition of Numbers into Squares, The American Mathematical Monthly, Vol. 55, No.8, October 1948, pp. 476-481.
MATHEMATICA
f[n_] := Length@ PowersRepresentations[n, 4, 2]; Select[ Range@ 3500, f@# == 5 &] (* Robert G. Wilson v, Oct 27 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Price, Oct 27 2017
STATUS
approved