login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A066943
Numbers n such that gcd(prime(n+1) + 1, prime(n) + 1) = 8.
7
72, 92, 128, 132, 156, 166, 228, 246, 281, 282, 386, 417, 507, 519, 619, 620, 640, 641, 661, 712, 738, 739, 759, 801, 853, 898, 915, 1000, 1077, 1152, 1241, 1246, 1273, 1289, 1297, 1364, 1389, 1421, 1489, 1493, 1525, 1543, 1564, 1632, 1691, 1699, 1729
OFFSET
1,1
LINKS
MATHEMATICA
Select[ Range[120], GCD[ Prime[ # + 1] + 1, Prime[ # ] + 1] == 8 & ]
PROG
(PARI) { n=0; for (m=1, 10^10, if (gcd(prime(m+1) + 1, prime(m) + 1) == 8, write("b066943.txt", n++, " ", m); if (n==1000, return)) ) } \\ Harry J. Smith, Apr 10 2010
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 24 2002
EXTENSIONS
Edited by Robert G. Wilson v, Feb 01 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 11:20 EDT 2024. Contains 376110 sequences. (Running on oeis4.)