login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055042 Numbers of the form 2^(2i+1)*(8*j+5). 4
10, 26, 40, 42, 58, 74, 90, 104, 106, 122, 138, 154, 160, 168, 170, 186, 202, 218, 232, 234, 250, 266, 282, 296, 298, 314, 330, 346, 360, 362, 378, 394, 410, 416, 424, 426, 442, 458, 474, 488, 490, 506, 522, 538, 552, 554, 570, 586, 602, 616 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are also the numbers not of the form x^2+2y^2+3z^2.
REFERENCES
B. W. Jones, The Arithmetic of Quadratic Forms, Carus Monograph 10, Math. Assoc. America, 1967; Problem 60, p. 204.
LINKS
L. J. Mordell, A new Waring's problem with squares of linear forms, Quart. J. Math., 1 (1930), 276-288 (see p. 283).
EXAMPLE
42 = 21*2 = 2^(2*0 + 1)*(8*2 + 5) is in the sequence. - David A. Corneth, Apr 18 2021
PROG
(PARI) upto(n) = { my(res = List()); for(i = 0, logint(n\2, 2), forstep(j = 5, n>>(2*i+1), 8, listput(res, 4^i*2*j) ) ); Set(res) } \\ David A. Corneth, Apr 18 2021
CROSSREFS
Sequence in context: A080059 A071348 A361259 * A044071 A186279 A054315
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jun 01 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)