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!)
A203529 v(n)/A000178(n); v=A203527 and A000178=(superfactorials). 3
1, 5, 175, 44100, 60913125, 427756329000, 20552836095792000, 6952965728817588480000, 11895516181976215338950400000, 99606443887767729350960121600000000, 5830034964946921746536425070101217280000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
It is conjectured that every term of A203529 is an integer.
LINKS
MATHEMATICA
t = Table[If[PrimeQ[k], 0, k], {k, 1, 100}];
nonprime = Rest[Union[t]] (* A018252 *)
f[j_] := nonprime[[j]]; z = 20;
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}] (* A203527 *)
Table[v[n + 1]/v[n], {n, 1, z - 1}] (* A203528 *)
Table[v[n]/d[n], {n, 1, 20}] (* A203529 *)
CROSSREFS
Sequence in context: A060070 A300590 A027873 * A052272 A111515 A157204
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 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)