[go: up one dir, main page]

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!)
A155709 Intersection of A154777 and A155716: N = a^2 + 2b^2 = c^2 + 6d^2 for some positive integers a,b,c,d. 1
22, 33, 73, 88, 97, 118, 121, 132, 150, 166, 177, 193, 198, 214, 225, 241, 249, 262, 292, 294, 297, 313, 321, 337, 352, 358, 388, 393, 409, 433, 438, 441, 454, 457, 472, 484, 502, 528, 537, 550, 577, 582, 600, 601, 649, 657, 664, 673, 681, 694, 708, 726, 753 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A155569 (where a,b,c,d may be zero).
LINKS
PROG
(PARI) isA155709(n, /* optional 2nd arg allows us to get other sequences */c=[6, 2]) = { for(i=1, #c, for(b=1, sqrtint((n-1)\c[i]), issquare(n-c[i]*b^2) & next(2)); return); 1}
for( n=1, 999, isA155709(n) & print1(n", "))
CROSSREFS
Sequence in context: A131317 A176597 A067087 * A095044 A020151 A071265
KEYWORD
easy,nonn
AUTHOR
M. F. Hasler, Jan 25 2009
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 August 30 11:14 EDT 2024. Contains 375543 sequences. (Running on oeis4.)