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!)
A113525 Semiprimes in A056107. 8
4, 49, 301, 589, 973, 2353, 2701, 3073, 4333, 5293, 5809, 6349, 6913, 7501, 8749, 9409, 10801, 11533, 13069, 14701, 15553, 16429, 23233, 24301, 25393, 27649, 30001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A056107 and A001358.
LINKS
EXAMPLE
a(1) = 4 because A056107(1) = 3*1^2 + 1 = 4 = 2^2 is semiprime.
a(16) = 9409 because A056107(56) = 3*56^2 + 1 = 9409 = 97^2 is semiprime.
a(27) = 30001 because A056107(100) = 3*100^2 + 1 = 30001 = 19 * 1579 is semiprime.
MATHEMATICA
Select[Array[3 #^2 + 1 &, 100], PrimeOmega[#] == 2 &] (* Michael De Vlieger, Mar 17 2021 *)
CROSSREFS
Sequence in context: A100256 A163944 A000596 * A290263 A224538 A064751
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Jan 12 2006
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 06:41 EDT 2024. Contains 371782 sequences. (Running on oeis4.)