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!)
A155714 Least number expressible as a^2 + p b^2 with positive integers a,b, for each prime p <= prime(n) = A000040(n). 2
3, 12, 36, 144, 144, 4356, 4356, 4356, 7056, 17424, 176400, 2547216, 2547216, 6290064, 6780816, 6780816, 6780816, 6780816, 93315600, 93315600, 271986064, 271986064, 271986064, 271986064, 271986064, 308213136, 308213136, 308213136 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) > 10^9 for n >= 33. [From Donovan Johnson, Sep 29 2009]
LINKS
PROG
(PARI) A155714(k, n=1) = { local(p); until( !n++, p=prime(k); until( !p=precprime(p-1), for( b=1, sqrtint((n-1)\p), issquare(n-p*b^2) & next(2)); next(2)); break); n}
t=1; for(k=1, 30, print1(t=A155714(k, t), ", "))
CROSSREFS
Sequence in context: A247008 A344062 A303308 * A282022 A004661 A074430
KEYWORD
nonn
AUTHOR
M. F. Hasler, Feb 10 2009
EXTENSIONS
a(12)-a(32) and b-file from Donovan Johnson, Sep 29 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)