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!)
A155575 Intersection of A000404 and A154778: N = a^2 + b^2 = c^2 + 5d^2 for some positive integers a,b,c,d. 1
29, 41, 45, 61, 89, 101, 109, 116, 145, 149, 164, 180, 181, 205, 225, 229, 241, 244, 245, 261, 269, 281, 305, 349, 356, 369, 389, 401, 404, 405, 409, 421, 436, 445, 449, 461, 464, 505, 509, 521, 541, 545, 549, 569, 580, 596, 601, 641, 656, 661, 701, 709, 720 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A155565 (where a,b,c,d may be zero).
LINKS
PROG
(PARI) isA155575(n, /* optional 2nd arg allows us to get other sequences */c=[5, 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, isA155575(n) & print1(n", "))
CROSSREFS
Sequence in context: A242555 A101007 A253252 * A229059 A330653 A125516
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 June 30 19:31 EDT 2024. Contains 373878 sequences. (Running on oeis4.)