login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A373878
Row products of A317617.
1
1, 1, 25, 3360, 1336336, 1158917760, 1870414552161, 5024209998931200, 20882706457600000000, 126806525870641017811200, 1078732544346879404306640625, 12413512011036114072165367296000, 188031682201497672618081000000000000, 3661653518107730704646938085472357120000
OFFSET
0,3
LINKS
FORMULA
a(n) = A185826(n) = A006003(n)^n for even n.
a(n) = Pochhammer((1 + n^3)/2, n)) for odd n.
MATHEMATICA
a[0]=1; a[n_]:=If[EvenQ[n], (n+n^3)^n/2^n, Pochhammer[(1+n^3)/2, n]]; Array[a, 14, 0]
CROSSREFS
KEYWORD
nonn
AUTHOR
Stefano Spezia, Jun 20 2024
STATUS
approved