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!)
A126147 a(n) = floor((Product_{k=1..n-1} prime(k))/prime(n)). 1
0, 0, 1, 4, 19, 177, 1766, 26868, 421725, 7692857, 208699781, 5420553787, 180993613044, 7075587523888, 278356624078085, 11601694011103611, 552358618257458385, 31520661477937912115, 1750572856110551805720 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Every distinct prime dividing ((Product_{k=1..n-1} prime(k)) (mod prime(n))) also divides a(n).
Let Pn(n) = A002110(n) denote the primorial function. The number of natural numbers < Pn(n) that have prime(n+1) as a prime factor is equal to a(n). For example 19 numbers < Pn(4) = 210 have 11 as a prime factor. - Jamie Morken, Sep 18 2018
LINKS
MAPLE
seq(floor(mul(ithprime(k), k=1..n-1)/ithprime(n)), n=1..20); # Muniru A Asiru, Sep 21 2018
MATHEMATICA
f[n_] := Floor[ Product[ Prime@k, {k, n - 1}] / Prime@n]; Array[f, 19] (* Robert G. Wilson v, Mar 07 2007 *)
CROSSREFS
Sequence in context: A155804 A366699 A292167 * A007411 A356287 A276259
KEYWORD
nonn
AUTHOR
Leroy Quet, Mar 07 2007
EXTENSIONS
More terms from Robert G. Wilson v, Mar 07 2007
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)