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

A020685
Numbers of form 5 x^2 + 6 y^2.
2
0, 5, 6, 11, 20, 24, 26, 29, 44, 45, 51, 54, 59, 69, 74, 80, 86, 96, 99, 101, 104, 116, 125, 131, 134, 141, 149, 150, 155, 170, 176, 179, 180, 186, 195, 204, 216, 221, 230, 234, 236, 245, 251, 261, 269, 275, 276, 294, 296, 299, 314, 320, 326, 330, 339, 341, 344, 374, 384
OFFSET
1,2
LINKS
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
MATHEMATICA
Module[{upto=400}, Select[Union[Flatten[{5*First[#]^2+6*Last[#]^2, 6*First[#]^2+ 5*Last[#]^2}&/@Tuples[Range[0, Ceiling[Sqrt[ upto/5]]], 2]]], #<=upto&]] (* Harvey P. Dale, Sep 04 2013 *)
CROSSREFS
Sequence in context: A236387 A344555 A039918 * A275492 A046828 A328095
KEYWORD
easy,nonn
STATUS
approved