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!)
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 April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)