login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126147 a(n) = floor[(product{k=1 to n-1} prime(k))/prime(n)]. 0
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 to n-1} prime(k)) (mod prime(n))) also divides a(n).

LINKS

Table of n, a(n) for n=1..19.

MATHEMATICA

f[n_] := Floor[ Product[ Prime@k, {k, n - 1}] / Prime@n]; Array[f, 19] - Robert G. Wilson v, Mar 07 2007

CROSSREFS

Cf. A062347, A002110.

Sequence in context: A067577 A203010 A155804 * A007411 A072879 A112958

Adjacent sequences:  A126144 A126145 A126146 * A126148 A126149 A126150

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 00:29 EDT 2013. Contains 225428 sequences.