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

A214402
Cancellation factor in reducing Sum_{k=0...n} n^k/k! to lowest terms.
6
1, 2, 6, 8, 10, 144, 70, 128, 162, 6400, 22, 6220800, 26, 100352, 182250, 425984, 170, 429981696, 38, 163840000, 13502538, 317194240, 46, 247669456896, 31250, 1417674752, 15943230, 80564191232, 9802, 25076532510720000000, 62, 10737418240, 38196790434, 1241245548544
OFFSET
1,2
LINKS
FORMULA
a(n) = n!/A214401(n).
MATHEMATICA
Table[n!/Denominator[Sum[n^k/k!, {k, 0, n}]], {n, 1, 30}]
PROG
(PARI) a(n) = n!/denominator(sum(k=0, n, n^k/k!)); \\ Michel Marcus, Apr 20 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
Jonathan Sondow, Jul 15 2012
EXTENSIONS
More terms from Michel Marcus, Apr 20 2021
STATUS
approved