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

A176037
a(n) = n!*(n+1)!*(n+2)!.
2
2, 12, 288, 17280, 2073600, 435456000, 146313216000, 73741860864000, 53094139822080000, 52563198423859200000, 69383421919494144000000, 119061952013851951104000000, 260031303198252661211136000000, 709885457731229765106401280000000, 2385215137976932010757508300800000000
OFFSET
0,1
FORMULA
a(n) = A000142(n)*A000142(n+1)*A000142(n+2) = A010790(n)*A000142(n+2).
a(n) = 2*A090443(n). - Pontus von Brömssen, Jun 14 2024
EXAMPLE
a(2) = (2)!*(2+1)!*(2+2)! = (2)!*(3)!*(4)! = 2*6*24 = 288.
MATHEMATICA
Times@@@Partition[Range[0, 15]!, 3, 1] (* Harvey P. Dale, Aug 29 2012 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Apr 07 2010
STATUS
approved