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!)
A217335 Semiprimes p such that next semiprime after p is p+20. 4
2681, 3523, 6953, 8227, 16817, 26101, 28533, 28563, 28617, 29011, 34249, 37007, 42401, 49983, 50117, 55703, 60657, 65083, 66938, 71381, 71873, 73443, 76247, 92773, 92978, 101109, 101271, 109129, 111479, 112051, 113018, 113721, 115586, 116267, 119969, 124177 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2681 = A001358(760) = 7*383, 2701 = A001358(761) = 37*73,
3523 = A001358(986) = 13*271, 3543 = A001358(987) = 3*1181.
MATHEMATICA
f = Flatten@Position[Differences@(s = Select[Range@100000, PrimeOmega@# == 2 &]), 20]; s[[f]] (* Hans Rudolf Widmer, Aug 19 2024 *)
PROG
(Magma) IsSemiprime:=func<n | &+[d[2]: d in Factorization(n)] eq 2>; [n: n in [4..130000] | IsSemiprime(n) and IsSemiprime(n+20) and forall{n+i: i in [1..19] | not IsSemiprime(n+i)}]; // Bruno Berselli, Oct 01 2012
CROSSREFS
Sequence in context: A252203 A252202 A236594 * A243993 A157613 A233899
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 01 2012
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 September 16 03:28 EDT 2024. Contains 375959 sequences. (Running on oeis4.)