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!)
A125502 (Product of successive primes minus 2) divided by 7 is prime. 1
4127, 49727, 212627, 565727, 697727, 1152227, 3102227, 3486227, 5742227, 7488227, 8078627, 8848127, 10837727, 14200127, 23041427, 41870627, 50437727, 59044127, 68766227, 70088927, 91008227, 115141727, 118573727, 122641427 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
167*173 = 28891, (28891-2)/7 = 4127 the first entry.
MATHEMATICA
Select[(Times@@@Partition[Prime[Range[5000]], 2, 1]-2)/7, PrimeQ] (* Harvey P. Dale, Sep 03 2015 *)
PROG
(PARI) g(n, p) = { for(x=1, n, y=prime(x)*prime(x+1)-2; if(y%p==0, if(isprime(y/p), print1(y/p", ")))) }
CROSSREFS
Cf. A123921.
Sequence in context: A045032 A196896 A210312 * A361413 A339798 A168631
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Dec 28 2006
EXTENSIONS
Typo in example corrected by Harvey P. Dale, Sep 03 2015
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 5 18:06 EDT 2024. Contains 372277 sequences. (Running on oeis4.)