OFFSET
1,2
REFERENCES
Donald S. McDonald, Postings to sci.math newsgroup, Feb 21, 1995 and Dec 04, 1995.
LINKS
Ray Chandler, Table of n, a(n) for n = 1..422
Dirk Frettlöh, "Tile Orientations with Distinct Frequencies", Ch. 1.5 in Aperiodic Order, Vol. 2: Crystallography and Almost Periodicity, 2017, see page 9.
Donald S. McDonald, World Mathematical Year 2000 Poster Competition
G. Xiao, Two squares
EXAMPLE
65 = 1^2 + 8^2 = 4^2 + 7^2, the smallest expressible in two ways, so 65 is a term.
PROG
(PARI)
c_old=-1; for(n=1, 10000, c=0; for(i=1, floor(sqrt(n)), for(j=1, i-1, if(i^2+j^2==n, c+=1))); if(c>c_old, print1(n, ", "); c_old=c)) \\ Derek Orr, Mar 15 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
Jud McCranie, Jan 28 2000
EXTENSIONS
More terms from Randall L Rathbun, Jan 18 2002
Edited by Ray Chandler, Jan 12 2012
STATUS
approved