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!)
A073398 Ninth convolution of A002605(n) (generalized (2,2)-Fibonacci), n>=0, with itself. 2
1, 20, 240, 2200, 16940, 115104, 711040, 4072640, 21930480, 112157760, 549010176, 2587777920, 11802273600, 52287866880, 225756241920, 952486588416, 3935984616960, 15961485957120, 63628396339200, 249702113464320, 965924035135488, 3687247950397440 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For a(n) in terms of U(n+1) and U(n), with U(n) = A002605(n), see A073387 and the row polynomials of triangles A073405 and A073406.
LINKS
Index entries for linear recurrences with constant coefficients, signature (20,-160,600,-660,-2496,7680,1920,-28320,7040, 66560,-14080,-113280,-15360,122880,79872,-42240,-76800,-40960,-10240,-1024).
FORMULA
a(n) = Sum_{k=0..n} b(k)*c(n-k), with b(k) = A002605(k) and c(k) = A073397(k).
a(n) = Sum_{k=0..floor(n/2)} binomial(n-k+9, 9)*binomial(n-k, k)*2^(n-k).
G.f.: 1/(1-2*x*(1+x))^10.
MATHEMATICA
CoefficientList[Series[1/(1-2*x-2*x^2)^10, {x, 0, 30}], x] (* G. C. Greubel, Oct 06 2022 *)
PROG
(Magma) R<x>:=PowerSeriesRing(Integers(), 30); Coefficients(R!( 1/(1-2*x-2*x^2)^10 )); // G. C. Greubel, Oct 06 2022
(SageMath)
def A073398_list(prec):
P.<x> = PowerSeriesRing(ZZ, prec)
return P( 1/(1-2*x-2*x^2)^10 ).list()
A073398_list(30) # G. C. Greubel, Oct 06 2022
CROSSREFS
Tenth (m=9) column of triangle A073387.
Sequence in context: A278320 A061139 A061121 * A040075 A138442 A341196
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Aug 02 2002
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)