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!)
A194430 Integers m such that 6m+1 and 6m+101 are two consecutive primes. 1

%I #10 Sep 07 2022 22:28:02

%S 66122,139708,218911,274680,275951,390998,464062,542493,599248,674526,

%T 726567,761851,777592,797312,868518,899766,921381,953983,1004547,

%U 1040377,1071537,1141977,1209861,1259061,1277086,1376176,1391747,1406978,1467815

%N Integers m such that 6m+1 and 6m+101 are two consecutive primes.

%H Zak Seidov, <a href="/A194430/b194430.txt">Table of n, a(n) for n = 1..3892</a>

%F a(n) = (A050434(n)-1)/6.

%o (PARI){for(n=1,10^6,if(isprime(p=6*n+1)&&nextprime(p+2)==p+100,print1(n", ")))}

%Y Cf. A050434.

%K nonn

%O 1,1

%A _Zak Seidov_, Dec 21 2012

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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)