login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113331 a(n) = Sum_{k=0..n} 6^k*A111146(n,k). 6
1, 6, 72, 900, 11520, 149904, 1976400, 26363232, 355648320, 4854292416, 67114780416, 941774874624, 13451571452160, 196362144456192, 2945496714485760, 45717104468689920, 740282299231703040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: A(x) = 1/(1 - 6/5!*x*Sum(k>=0} (k+5)!*x^k ).
EXAMPLE
A(x) = (1 + 6*x + 72*x^2 + 900*x^3 + 11520*x^4 + 149904*x^5 +..)
= 1/(1 - 6/5!*x*(5! + 6!*x + 7!*x^2 + 8!*x^3 + 9!*x^4 +..) ).
PROG
(PARI) {a(n)=local(y=6, x=X+X*O(X^n)); polcoeff(1/(1 - y/(y-1)!*x*sum(k=0, n, (y-1+k)!*x^k)), n, X)}
CROSSREFS
Cf. A111146, A113326, A113327 (y=2), A113328 (y=3), A113329 (y=4), A113330 (y=5).
Sequence in context: A186665 A007031 A067419 * A333593 A214159 A370098
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 8 00:02 EDT 2024. Contains 372317 sequences. (Running on oeis4.)