The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A203525 a(n) = v(n+1)/(8*v(n)), where v=A203524. 3
1, 15, 504, 17280, 1108800, 59304960, 5613753600, 944393748480, 83547459072000, 18057977118720000, 2985679725841612800, 366843845931171840000, 71218197373471948800000, 22048551163610844364800000, 7384118713322835982417920000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A093883 for a discussion and guide to related sequences.
LINKS
MATHEMATICA
f[j_] := Prime[j + 1]; z = 17;
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}] (* A203524 *)
Table[v[n + 1]/(8 v[n]), {n, 1, z - 1}] (* A203525 *)
Table[v[n]/d[n], {n, 1, 20}] (* A203526 *)
CROSSREFS
Sequence in context: A218226 A208099 A219057 * A249962 A004703 A218188
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jan 03 2012
EXTENSIONS
Definition corrected by Georg Fischer, Nov 26 2021
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 May 13 16:16 EDT 2024. Contains 372522 sequences. (Running on oeis4.)