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!)
A103396 Semiprimes in A103376. 2
4, 9, 15, 21, 33, 38, 58, 65, 86, 106, 121, 129, 265, 511, 2038, 2059, 4097, 4174, 7894, 16021, 19857, 31313, 32419, 33238, 37711, 116197, 196609, 220937, 262978, 273926, 955743, 34826059, 64229819, 67835071, 77834009, 497049562, 4370946037 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A103376 with A001358.
LINKS
MATHEMATICA
SemiprimeQ[n_] := Plus @@ FactorInteger[n][[All, 2]] == 2; k = 8; Do[a[n] = 1, {n, k + 1}]; a[n_] := a[n] = a[n - k] + a[n - k - 1]; Union[Select[Array[a, 280], SemiprimeQ]]
Union[Select[LinearRecurrence[{0, 0, 0, 0, 0, 0, 0, 1, 1}, {1, 1, 1, 1, 1, 1, 1, 1, 1}, 300], PrimeOmega[#]==2&]] (* Harvey P. Dale, May 07 2015 *)
CROSSREFS
Sequence in context: A099055 A162801 A335250 * A103400 A103399 A103398
KEYWORD
nonn,easy
AUTHOR
Jonathan Vos Post, Feb 05 2005
EXTENSIONS
Edited and extended by Ray Chandler, Feb 10 2005
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 7 11:41 EST 2023. Contains 367656 sequences. (Running on oeis4.)