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!)
A338309 a(1) = 4; thereafter a(n) is the least new semiprime such that a(n-1) + a(n) is a semiprime. 2
4, 6, 9, 25, 10, 15, 34, 21, 14, 35, 22, 33, 49, 38, 39, 26, 51, 55, 74, 69, 46, 65, 57, 58, 85, 93, 62, 115, 86, 91, 87, 82, 77, 106, 95, 111, 94, 119, 118, 129, 133, 121, 141, 146, 143, 122, 145, 142, 123, 155, 134, 161, 158, 169, 166, 205, 177, 178, 183, 194, 187, 159, 202, 201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It is conjectured that every semiprime will appear.
LINKS
EXAMPLE
4+6 = 10 = A001358(4), 6+9 = 15 = A001358(6), 9+25 = 34 = A001358(12).
MATHEMATICA
sp = Select[Range[4, 500], 2 == PrimeOmega[#] &]; s = {4}; a = 4;
Do[Do[b = sp[[k2]]; If[FreeQ[s, b] && 2 == PrimeOmega[a + b], AppendTo[s, (a = b)]; Break[]], {k2, Length[sp]}], {k1, 70}]; s
PROG
(PARI) See Links section.
CROSSREFS
Cf. A001358.
Sequence in context: A046376 A229129 A272436 * A246569 A368648 A326063
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 22 2020
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)