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.

A117266 Row sums of triangle A117265.

Original entry on oeis.org

1, 2, 6, 37, 497, 14033, 813857, 95996993, 22913626241, 11034472530177, 10699863490757121, 20863301244829828097, 81721932792141693585409, 642577422892784159654154241, 10136733849914528413869372612609
Offset: 0

Views

Author

Paul D. Hanna, Mar 14 2006

Keywords

Crossrefs

Cf. A117265.

Programs

  • PARI
    a(n)=sum(k=0,n,(2*(n-k))!/((n-k)!*(n-k)!)*2^((n-k)*(n+k-3)/2))

Formula

a(n) = Sum_{k=0..n} (2*(n-k))!/((n-k)!*(n-k)!)*2^((n-k)*(n+k-3)/2).