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!)
A203314 a(n) = A080358(n)/A000178(n) where A000178 are superfactorials. 1
1, 1, 3, 20, 1440, 126720, 106444800, 92649553920, 800492145868800, 169546981039511961600, 22908645527719529813114880, 98973345879641681792154678067200, 1436275858228814897897209896513621196800 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
R. Chapman, A polynomial taking integer values, Mathematics Magazine, 29 (1996), 121.
MATHEMATICA
f[j_] := Prime[j]; z = 15;
v[n_] := Product[Product[f[k] - f[j], {j, 1, k - 1}], {k, 2, n}]
d[n_] := Product[(i - 1)!, {i, 1, n}]
Table[v[n], {n, 1, z}] (* A080358 *)
Table[v[n + 1]/v[n], {n, 1, z - 1}] (* A086803 *)
Table[v[n]/d[n], {n, 1, 20}] (* A203314 *)
CROSSREFS
Sequence in context: A296408 A002857 A345328 * A174652 A024011 A361153
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 01 2012
EXTENSIONS
Name edited by Michel Marcus, May 17 2019
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 18 11:52 EDT 2024. Contains 371779 sequences. (Running on oeis4.)