cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A073385 Eighth convolution of A000129(n+1) (generalized (2,1)-Fibonacci, called Pell numbers), n>=0, with itself.

Original entry on oeis.org

1, 18, 189, 1500, 9945, 58014, 307197, 1507176, 6950295, 30443270, 127666539, 515754252, 2017069431, 7667214570, 28419251715, 102997948704, 365832349542, 1275914693196, 4376992440590
Offset: 0

Views

Author

Wolfdieter Lang, Aug 02 2002

Keywords

Comments

For a(n) in terms of U(n+1) and U(n) with U(n) = A000129(n+1) see the row polynomials of triangles A058402 and A058403 and the comment there.

Crossrefs

Ninth (m=8) column of triangle A054456.

Programs

  • Magma
    R:=PowerSeriesRing(Integers(), 40); Coefficients(R!( 1/(1-2*x-x^2)^9 )); // G. C. Greubel, Oct 03 2022
  • Mathematica
    CoefficientList[Series[1/(1-(2+x)x)^9,{x,0,20}],x] (* Harvey P. Dale, Apr 26 2017 *)
  • Sage
    taylor( 1/(1-2*x-x^2)^9, x, 0,27).list() # G. C. Greubel, Oct 03 2022
    

Formula

a(n) = Sum_{k=0..n} b(k)*c(n-k), with b(k) = A000129(k+1) and c(k) = A073384(k).
a(n) = Sum_{k=0..floor(n/2)} 2^(n-2*k)*binomial(n-k+8, 8)*binomial(n-k, k).
G.f.: 1/(1-(2+x)*x)^9.
a(n) = F''''''''(n+9, 2)/8!, that is, 1/8! times the 8th derivative of the (n+9)-th Fibonacci polynomial evaluated at x=2. - T. D. Noe, Jan 19 2006
Showing 1-1 of 1 results.