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!)
A055994 Expansion of (1+6x)/(1-x)^10. 2
1, 16, 115, 550, 2035, 6292, 17017, 41470, 92950, 194480, 384098, 722228, 1301690, 2261000, 3801710, 6210644, 9887999, 15382400, 23434125, 35027850, 51456405, 74397180, 106002975, 149009250, 206859900, 283853856, 385314996, 517788040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Partial sums of A034266. - Vladimir Joseph Stephan Orlovsky, Jun 25 2009
REFERENCES
A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 194-196.
LINKS
Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1)
FORMULA
a(n) = (7n+9)*C(n+8, 8)/9.
G.f.: (1+6x)/(1-x)^10.
MATHEMATICA
CoefficientList[Series[(1 + 6 x)/(1 - x)^10, {x, 0, 50}], x] (* Vincenzo Librandi, Jul 30 2014 *)
LinearRecurrence[{10, -45, 120, -210, 252, -210, 120, -45, 10, -1}, {1, 16, 115, 550, 2035, 6292, 17017, 41470, 92950, 194480}, 30] (* Harvey P. Dale, Sep 07 2022 *)
PROG
(Magma) [((7*n+9)*Binomial(n+8, 8))/9: n in [0..40]]; // Vincenzo Librandi, Jul 30 2014
CROSSREFS
Cf. A034266.
Cf. A093564 ((7, 1) Pascal, column m=9). Partial sums of A034266.
Sequence in context: A121148 A091031 A265214 * A293876 A044348 A044729
KEYWORD
easy,nonn
AUTHOR
Barry E. Williams, Jun 04 2000
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)