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!)
A111739 Distance between k*(n-th prime) and next prime, k=7 case. 8

%I #6 Jan 14 2022 18:51:57

%S 3,2,2,4,2,6,8,4,2,8,6,4,6,6,2,2,6,4,10,2,10,4,6,8,4,2,6,2,6,6,18,2,8,

%T 4,6,4,4,10,2,2,6,10,24,10,2,6,4,6,8,4,6,20,6,2,2,6,6,4,10,6,6,2,4,2,

%U 12,2,16,12,8,4,2,8,10,6,4,2,6,10,12,16,6,6,2,6,6,8,20,4,2,10,2,6,4,12,6,6,8

%N Distance between k*(n-th prime) and next prime, k=7 case.

%C Other cases: k=1 A001223 Differences between consecutive primes, k=2 A059787, k=3 A114245, k=4 A114246, k=5 A114247, k=6 A114248, k=8 A111740, k=9 A111741, k=10 A111742.

%H Harvey P. Dale, <a href="/A111739/b111739.txt">Table of n, a(n) for n = 1..1000</a>

%e a(1)=3 because prime(1)=2 and 7*2+1=17 (prime).

%t dnp[n_]:=Module[{c=7*Prime[n]},NextPrime[c]-c]; Array[dnp,100] (* _Harvey P. Dale_, Jan 14 2022 *)

%Y Cf. A001223, A059787, A114245, A114246, A114247, A114248, A111740, A111741, A111742.

%K nonn

%O 1,1

%A _Zak Seidov_, Nov 18 2005

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 24 08:21 EDT 2024. Contains 371926 sequences. (Running on oeis4.)