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} p(k))/p(n)], where p(n) is the n-th prime. 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; internal format)
OFFSET

1,4

COMMENTS

Every distict prime dividing ((product{k=1 to n-1} p(k)) (mod p(n))) also divides a(n).

MATHEMATICA

f[n_] := Floor[ Product[ Prime@k, {k, n - 1}] / Prime@n]; Array[f, 19] - Robert G. Wilson v (rgwv(AT)rgwv.com), 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 (rgwv(AT)rgwv.com), Mar 07 2007

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 February 16 08:13 EST 2012. Contains 205893 sequences.