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.

A110329 Diagonal sums of a number triangle related to the Pell numbers.

Original entry on oeis.org

1, 2, 11, 76, 727, 8694, 125221, 2107448, 40577501, 879557050, 21193809151, 561950634852, 16258832340451, 509717865337646, 17211690137010377, 622780718533047664, 24039198822957409081, 985985136339748008498
Offset: 0

Views

Author

Paul Barry, Jul 20 2005

Keywords

Comments

Diagonal sums of A110327.

Crossrefs

Cf. A000129.

Formula

a(n)=sum{k=0..floor(n/2), (n-k)!*Pell(n-2k+1)/k!}