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!)
A145767 Numbers n such that n^2 = p^3 + q^3, p, q primes (p<=q). 2
4, 228, 812340, 4935504, 13608420, 14218512, 25354032, 29463060, 48880608, 135516108, 194057640, 223078944, 412662012, 763311948, 764539380, 1409359200, 1998370272, 3408412644, 5397667572, 7650577620, 8224333236, 9401817516 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(23) > 10^10. [From Donovan Johnson, Nov 18 2009]
LINKS
FORMULA
n^2=p^3+q^3, p, q primes (p<=q).
EXAMPLE
Corresponding values of p and q (p <= q) are: 2, 11, 2137, 8929, 1801, 44111, 6637, 57241, 16931, 151477, 54083, 3889; 2, 37, 8663, 28703, 56999, 48817, 86291, 87959, 133597, 246011, 334717, 367823.
PROG
(PARI) {n1 = 40000; for(ia= 1, n1, a3 = prime(ia)^3; for ( ib= ia, n1, b3 = prime(ib)^3; c = a3 + b3; if(issquare(c), print([c, a3, b3]))))}
CROSSREFS
Cf. A086119 Numbers of the form p^3 + q^3, p, q primes.
Cf. A145797, A145798. [From Donovan Johnson, Nov 18 2009]
Sequence in context: A159281 A290346 A113255 * A206352 A024057 A281614
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 18 2008
EXTENSIONS
a(13)-a(22) from Donovan Johnson, Nov 18 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 September 4 10:22 EDT 2024. Contains 375681 sequences. (Running on oeis4.)