The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A081904 A sequence related to binomial(n+6, 6). 2
1, 9, 60, 344, 1794, 8754, 40636, 181380, 784251, 3302451, 13598280, 54922860, 218131380, 853586100, 3296508840, 12581531064, 47510175861, 177681098205, 658665849636, 2422018974096, 8840103322374, 32044237392726 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A055853.
2nd binomial transform of binomial(n+6, 6).
3rd binomial transform of (1,6,15,20,15,6,1,0,0,0,...).
LINKS
Index entries for linear recurrences with constant coefficients, signature (21,-189,945,-2835,5103,-5103, 2187).
FORMULA
a(n) = 3^n*(n^6 + 93*n^5 + 3055*n^4 + 44055*n^3 + 282424*n^2 + 720132*n + 524880)/524880.
G.f.: (1 - 2*x)^6/(1 - 3*x)^7.
E.g.f.: (720 + 4320*x + 5400*x^2 + 2400*x^3 + 450*x^4 + 36*x^5 + x^6)*exp(3*x) / 720. - G. C. Greubel, Oct 18 2018
MATHEMATICA
LinearRecurrence[{21, -189, 945, -2835, 5103, -5103, 2187}, {1, 9, 60, 344, 1794, 8754, 40636}, 50] (* G. C. Greubel, Oct 18 2018 *)
PROG
(PARI) x='x+O('x^30); Vec((1-2*x)^6/(1-3*x)^7) \\ G. C. Greubel, Oct 18 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((1-2*x)^6/(1-3*x)^7)); // G. C. Greubel, Oct 18 2018
CROSSREFS
Cf. A081905.
Sequence in context: A288962 A074431 A268965 * A085373 A241976 A082150
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Mar 31 2003
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 23 02:40 EDT 2024. Contains 372758 sequences. (Running on oeis4.)