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!)
A155576 Intersection of A000404 and A155716: N = a^2 + b^2 = c^2 + 6d^2 for some positive integers a,b,c,d. 1
10, 25, 40, 58, 73, 90, 97, 100, 106, 145, 160, 193, 202, 225, 232, 241, 250, 265, 292, 298, 313, 337, 346, 360, 388, 394, 400, 409, 424, 433, 457, 490, 505, 522, 538, 577, 580, 586, 601, 625, 634, 640, 657, 673, 730, 745, 769, 772, 778, 808, 810, 841, 865 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A155566 (where a,b,c,d may be zero).
LINKS
PROG
(PARI) isA155576(n, /* optional 2nd arg allows us to get other sequences */c=[6, 1]) = { 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, isA155576(n) & print1(n", "))
CROSSREFS
Sequence in context: A003344 A345853 A047721 * A269457 A043123 A043903
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 April 24 04:02 EDT 2024. Contains 371918 sequences. (Running on oeis4.)