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

A072118
a(n) = (2*n)!/core(n!)^2/(n+1) where core(x) is the squarefree part of x.
0
1, 2, 5, 224, 672, 2737152, 8895744, 474439680, 130660687872, 4513732853760000, 15798064988160000, 894413525483520000, 3194334019584000000, 27610545531676262400000, 8107146431738442547200000
OFFSET
1,2
PROG
(PARI) for(n=1, 50, print1((2*n)!/core(n!)^2/(n+1), ", "))
CROSSREFS
Sequence in context: A096695 A084297 A041873 * A249180 A135724 A137068
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Jun 19 2002
STATUS
approved