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.

A121892 Row sums of triangle in A066094.

Original entry on oeis.org

1, 2, 4, 24, 192, 1920, 23040, 322560, 5160960, 92897280, 1857945600, 40874803200, 980995276800
Offset: 0

Views

Author

Philippe Deléham, Sep 01 2006

Keywords

Crossrefs

Formula

a(0)=1, a(1)=2, a(n)=A000165(n)/2 for n>1.
a(n)=A032107(n), n>0. - R. J. Mathar, Jun 05 2008
G.f.: 1 + x + x/Q(0), where Q(k) = 1 - 4*x*(2*k+1) - 4*x^2*(2*k+1)*(2*k+2)/( 1 - 4*x*(2*k+2) - 4*x^2*(2*k+2)*(2*k+3)/Q(k+1) ) ; (continued fraction). - Sergei N. Gladkovskii, Sep 23 2013
a(n) = A002866(n) for n>=2. - Alois P. Heinz, Nov 17 2024