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”).

A100089
a(n) = (3*n+1)!.
2
1, 24, 5040, 3628800, 6227020800, 20922789888000, 121645100408832000, 1124000727777607680000, 15511210043330985984000000, 304888344611713860501504000000, 8222838654177922817725562880000000
OFFSET
0,2
FORMULA
Sum_{n>=0} 1/a(n) = A143820. - Amiram Eldar, Jun 23 2020
MAPLE
seq( (3*n+1)!, n=0..13);
MATHEMATICA
Table[(3*n+1)!, {n, 0, 10}] (* Amiram Eldar, Jun 23 2020 *)
CROSSREFS
Sequence in context: A184687 A007241 A106207 * A151598 A003787 A002555
KEYWORD
nonn
AUTHOR
Jorge Coveiro, Dec 26 2004
EXTENSIONS
Offset 0 and a(0) added by Amiram Eldar, Jun 23 2020
STATUS
approved