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

A055053
Numbers of the form 4^i*(8j+7) or 4^i*(5j+-2).
0
2, 3, 7, 8, 12, 13, 15, 17, 18, 22, 23, 27, 28, 31, 32, 33, 37, 38, 39, 42, 43, 47, 48, 52, 53, 55, 57, 58, 60, 62, 63, 67, 68, 71, 72, 73, 77, 78, 79, 82, 83, 87, 88, 92, 93, 95, 97, 98, 102, 103, 107, 108, 111, 112, 113, 117, 118, 119, 122, 123
OFFSET
1,1
COMMENTS
The numbers not of the form x^2+5y^2+5z^2.
LINKS
L. J. Mordell, A new Waring's problem with squares of linear forms, Quart. J. Math., 1 (1930), 276-288 (see p. 283).
MATHEMATICA
Module[{upto=150}, Select[Union[Flatten[Table[4^i {8j+7, 5j+2, 5j-2}, {i, 0, 5}, {j, 0, 30}]]], #>0 && #<=upto&]] (* Harvey P. Dale, May 31 2023 *)
CROSSREFS
Sequence in context: A273944 A214324 A102664 * A233998 A047221 A331078
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 02 2000
STATUS
approved