The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A217357 Semiprimes p such that next semiprime after p is p+30. 3
32777, 88649, 91799, 113107, 165697, 273257, 310103, 322211, 326137, 460963, 466063, 468877, 480443, 483223, 506509, 509131, 553349, 564347, 565493, 587611, 616771, 623257, 624959, 625619, 739177, 766799, 777163, 826657, 832357, 834123, 845177, 860873, 916163 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Smallest difference between two consecutive terms occurs first at a(329) = 5861197 because a(330) = 5861227 and 5861227 - 5861197 = 30. Same difference for a(1212) = 16179703, a(1630) = 20611897 and a(1641) = 20703923.- Zak Seidov, Feb 14 2017
LINKS
EXAMPLE
32777 =A001358(8112) = 73*449, 32807 = A001358(8113) = 3*619,
88649 =A001358(20880) = 11*8059, 88679 = A001358(20881) = 71*1249.
MATHEMATICA
Select[Partition[Select[Range[10^6], PrimeOmega[#]==2&], 2, 1], #[[2]]-#[[1]] == 30&][[All, 1]] (* Harvey P. Dale, May 06 2022 *)
PROG
(Magma) IsSemiprime:=func<n | &+[d[2]: d in Factorization(n)] eq 2>; [n: n in [4..1000000] | IsSemiprime(n) and IsSemiprime(n+30) and forall{n+i: i in [1..29] | not IsSemiprime(n+i)}]; // Bruno Berselli, Oct 01 2012
CROSSREFS
Sequence in context: A017693 A013963 A036093 * A083603 A168634 A045061
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 June 8 22:55 EDT 2024. Contains 373227 sequences. (Running on oeis4.)