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

A208147
Sequence generated from A089080.
4
1, 2, 6, 12, 48, 96, 288, 576, 2880, 5760, 17280, 34560, 138240, 276480, 829440, 1658880, 9953280, 19906560, 59719680, 119439360, 477757440, 955514880, 2866544640, 5733089280, 28665446400, 57330892800, 171992678400, 343985356800, 1375941427200, 2751882854400
OFFSET
1,2
LINKS
FORMULA
a(1) = 1; for n>1, a(n) = A089080(n) * a(n-1).
a(n) = (2*n-1)!/A067281(2*n-1). - Alois P. Heinz, Dec 11 2023
a(n) = Product_{k=1..2*n-2} A001511(k). - Ridouane Oudra, Nov 24 2024
EXAMPLE
a(5) = 48 = A089080(5) * a(4) = 4 * 12.
MAPLE
seq(mul(padic[ordp](2*k, 2), k=1..2*n-2), n=1..40); # Ridouane Oudra, Nov 24 2024
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, Feb 23 2012
STATUS
approved