login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A237037 Numbers k such that (2*k)^3 + 1 is a semiprime. 8
1, 2, 3, 8, 9, 11, 14, 21, 29, 30, 35, 36, 39, 50, 51, 53, 56, 74, 78, 81, 95, 105, 116, 140, 155, 165, 176, 179, 191, 198, 224, 228, 245, 284, 303, 336, 378, 393, 410, 413, 414, 428, 429, 438, 464, 485, 491, 504, 506, 515, 534, 546, 554, 575, 596, 611, 638, 641, 648, 659, 680, 683, 711, 714, 725, 744, 765, 774, 791 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that 2*k+1 and 4*k^2 - 2*k + 1 are both prime.
Same as k/2 such that k^3 + 1 is a semiprime, because then k must be even.
LINKS
Eric Weisstein's World of Mathematics, Semiprime.
Wikipedia, Semiprime.
FORMULA
a(n) = A096173(n)/2 = (1/2)*(A237040(n)-1)^(1/3).
EXAMPLE
(2*1)^3 + 1 = 9 = 3*3 is a semiprime, so a(1) = 1.
MATHEMATICA
Select[Range[800], PrimeQ[(2 #)^2 - 2 # + 1] && PrimeQ[2 # + 1] &]
CROSSREFS
Sequence in context: A337261 A288740 A290150 * A283618 A284370 A273783
KEYWORD
nonn
AUTHOR
Jonathan Sondow, Feb 02 2014
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 December 5 23:11 EST 2023. Contains 367594 sequences. (Running on oeis4.)