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!)
A356769 Semiprime gaps (A065516) in the order of first occurrences. 1
2, 3, 1, 4, 6, 7, 5, 11, 9, 8, 10, 14, 13, 12, 19, 15, 17, 20, 16, 18, 24, 22, 21, 25, 28, 27, 30, 32, 38, 23, 31, 26, 36, 35, 34, 29, 47, 33, 40, 41, 54, 50, 43, 55, 39, 48, 37, 42, 45, 44, 53, 70, 46, 56, 74, 52, 62, 51, 66, 49, 58, 68, 59, 63, 67, 60, 57, 61, 72, 64, 65, 76, 69, 73, 75, 82, 85 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s={2}; n=6; Do[m=n+1; While[PrimeOmega[m]!= 2, m++]; If[FreeQ[s, m-n], AppendTo[s, m-n]; Print[{n, m-n}]]; n=m, {10^8}]; s
CROSSREFS
Sequence in context: A073809 A303648 A298364 * A111776 A189187 A299714
KEYWORD
nonn
AUTHOR
Zak Seidov, Aug 27 2022
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 May 20 05:07 EDT 2024. Contains 372703 sequences. (Running on oeis4.)