The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A183150 Semiprimes s such that s^2 is expressible as the sum of two positive cubes. 0
4, 671, 1261, 6371, 127499, 377567, 897623, 1984009, 4266107, 4870741, 4974061, 5491823, 24923137, 26784757, 28192247, 33601933, 36295069, 44091347, 44988481, 61717319, 95327051, 97587433, 99712367, 142798573, 149982097, 193405967 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Contains 4 and a subset of A099426.
If s=p*q for primes p < q, then (4*q^2-p^4)/3 is a square. Furthermore, q/p^2 = (m^4 + 6*m^3*n + 18*m^2*n^2 + 18*m*n^3 + 9*n^4)/(m^2 - 3*n^2)^2 for some integers m,n. The underlying identity (up to a common factor) is ( (m^4 + 6*m^3*n + 18*m^2*n^2 + 18*m*n^3 + 9*n^4)*(m^2 - 3*n^2) )^2 = ( (m+3*n)*(m+n)*(m^2+3*n^2) )^3 + ( -4*m*n*(m^2+3*m*n+3*n^2) )^3. - Max Alekseyev, Jun 16 2011
LINKS
FORMULA
A001358 INTERSECTION A050801.
EXAMPLE
a(1) = 4 = 2*2 because 4^2 = 16 = 2^3 + 2^3 . a(2) = 671 = 11 * 61 and 56^3 + 65^3 = 671^2 = 450241. a(3) = 1261 = 13 * 97 and 1261^2 = 57^3 + 112^3. a(6) = 897623 = 107 * 8389.
MATHEMATICA
Select[Range[194*10^6], PrimeOmega[#]==2&&Length[ PowersRepresentations[ #^2, 2, 3]]>0&] (* The program takes a long time to run. *) (* Harvey P. Dale, Feb 27 2016 *)
CROSSREFS
Sequence in context: A046348 A332164 A334528 * A202368 A114765 A307920
KEYWORD
nonn
AUTHOR
Jonathan Vos Post, Feb 05 2011
EXTENSIONS
a(9)-a(26) from Donovan Johnson, Feb 11 2011
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 7 14:59 EDT 2024. Contains 373202 sequences. (Running on oeis4.)