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!)
A088684 Prime(3n+3)-prime(3n+1). 5
6, 6, 8, 6, 8, 6, 10, 6, 6, 10, 12, 10, 8, 6, 24, 6, 12, 12, 10, 24, 6, 16, 10, 12, 14, 18, 12, 10, 6, 20, 12, 14, 16, 8, 16, 8, 6, 12, 12, 16, 18, 18, 10, 10, 18, 14, 6, 24, 6, 6, 24, 18, 12, 10, 14, 10, 12, 12, 8, 6, 12, 12, 12, 16, 20, 12, 18, 20, 8, 6, 14, 40, 26, 18, 10, 6, 22, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Minimal difference is 6 (for 3-tuplet). Repeating 6 means successive 3-tuplets.
LINKS
FORMULA
Partition primes in triples starting with 7: {7, 11, 13}, {17, 19, 23}, {29, 31, 37}, {41, 43, 47}, {53, 59, 61}, {67, 71, 73}, {79, 83, 89}, {97, 101, 103}, {107, 109, 113}. Sequence gives differences between lesser and larger primes in triples.
MAPLE
Primes:= select(isprime, [2, seq(i, i=3..10000)]):
seq(Primes[3*n+3]-Primes[3*n+1], n=1..(nops(Primes)-3)/3); # Robert Israel, Dec 15 2019
MATHEMATICA
Last[#]-First[#]&/@Partition[Prime[Range[4, 250]], 3] (* Harvey P. Dale, Sep 06 2011 *)
CROSSREFS
Sequence in context: A021861 A371503 A334365 * A088683 A201578 A322292
KEYWORD
base,easy,nonn
AUTHOR
Zak Seidov, Oct 05 2003
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 18 11:12 EDT 2024. Contains 371779 sequences. (Running on oeis4.)