OFFSET
1,1
COMMENTS
Allowing j = 0 or j = k has the effect of introducing all multiples of 7. - Charles R Greathouse IV, Jan 09 2014
MATHEMATICA
lst = {}; Do[a = Sqrt[(4k + 3j) (4j + 3k)]; If[ IntegerQ[ a], AppendTo[lst, a]], {j, 2, 1000}, {k, j - 1}]; Take[Union@ lst, 45]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Robert G. Wilson v, Jan 04 2014
STATUS
approved