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”).

A020692
Numbers of form 7 x^2 + 10 y^2.
1
0, 7, 10, 17, 28, 38, 40, 47, 63, 68, 73, 90, 97, 103, 112, 118, 122, 152, 153, 160, 167, 175, 185, 188, 202, 215, 223, 250, 252, 257, 262, 265, 272, 278, 292, 313, 335, 342, 343, 353, 360, 362, 367, 383, 388, 412, 423, 425, 433, 448, 458, 472, 488, 490, 497, 502, 503
OFFSET
1,2
LINKS
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
MATHEMATICA
With[{nn=10}, Flatten[Table[7x^2+10y^2, {x, 0, nn}, {y, 0, nn}]]]//Union (* Harvey P. Dale, Jun 01 2018 *)
CROSSREFS
Sequence in context: A299987 A192273 A098748 * A124187 A328117 A155027
KEYWORD
easy,nonn
STATUS
approved