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

A303614
a(n) = [x^n] (1/5040 * Sum_{k=0..n} (k+7)!*x^k)^(1/4).
3
1, 2, 12, 100, 1016, 11904, 155896, 2237264, 34713216, 576780384, 10190672448, 190437245568, 3748465227360, 77458688700864, 1675826429735808, 37874833476394368, 892480151181131520, 21889831041022132224, 557997984025699216128
OFFSET
0,2
LINKS
PROG
(PARI) N=66; x='x+O('x^N); Vec((1/7!*sum(k=0, N, (k+7)!*x^k))^(1/4))
CROSSREFS
Sequence in context: A151392 A000888 A079821 * A124102 A168365 A055865
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 27 2018
STATUS
approved