OFFSET
1,2
LINKS
David A. Corneth, Table of n, a(n) for n = 1..392
FORMULA
MATHEMATICA
f[n_] := SquaresR[4, n];
Module[{record = -1, n}, Reap[For[n = 0, n <= 2000, n++, If[f[n] > record, record = f[n]; Sow[record]]]][[2, 1]]] (* Jean-François Alcover, May 18 2023 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jonathan Vos Post, Mar 21 2007
EXTENSIONS
Data corrected by Giovanni Resta, Jun 18 2016
More terms from Jean-François Alcover, May 18 2023
STATUS
approved