login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A020688
Numbers of form 5 x^2 + 9 y^2.
1
0, 5, 9, 14, 20, 29, 36, 41, 45, 54, 56, 80, 81, 86, 89, 101, 116, 125, 126, 134, 144, 149, 161, 164, 180, 189, 206, 216, 224, 225, 230, 245, 254, 261, 269, 270, 281, 305, 320, 324, 326, 329, 344, 350, 356, 369, 389, 401, 404, 405, 414, 441, 446, 449, 461, 464, 470, 486
OFFSET
1,2
LINKS
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
MATHEMATICA
Flatten[With[{nn=10}, Table[5x^2+9y^2, {x, 0, nn}, {y, 0, nn}]]]//Union (* Harvey P. Dale, May 21 2019 *)
CROSSREFS
Sequence in context: A314973 A314974 A314975 * A314976 A314977 A314978
KEYWORD
easy,nonn
STATUS
approved