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!)
A203522 v(n+1)/v(n), where v=A203521. 3
5, 56, 1080, 52416, 2073600, 168537600, 9963233280, 1122750720000, 234209649623040, 22056529195008000, 5634088861040640000, 1027073825689514803200, 132063784535221862400000, 27917533370401003929600000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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}] (* A000178 *)
Table[v[n], {n, 1, z}] (* A203521 *)
Table[v[n + 1]/v[n], {n, 1, z - 1}] (* A203522 *)
Table[v[n]/d[n], {n, 1, 20}] (* A203523 *)
CROSSREFS
Sequence in context: A371314 A192562 A060080 * A180874 A336243 A356134
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 03 2012
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 19 08:20 EDT 2024. Contains 371782 sequences. (Running on oeis4.)