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.

Previous Showing 11-11 of 11 results.

A067987 Convolution of L(n+1) := A000204(n+1) (Lucas), n>=0, with L(n+9), n>=0.

Original entry on oeis.org

76, 351, 872, 1943, 3980, 7808, 14838, 27581, 50404, 90905, 162214, 286944, 503888, 879387, 1526560, 2637787, 4539472, 7784224, 13305786, 22679065, 38555996, 65395261, 110682602, 186969408, 315274900
Offset: 0

Views

Author

Wolfdieter Lang, Feb 15 2002

Keywords

Comments

Ninth diagonal of triangle A067979. Ninth column of triangle A067990.

Formula

a(n)= sum(L(k+1)*L(n+9-k), k=0..n) = (123*n+76)*F(n+1)+76*(n+1)*F(n), with F(n) := A000045(n) (Fibonacci).
G.f.: (76+47*x)*(1+2*x)/(1-x-x^2)^2.
Previous Showing 11-11 of 11 results.