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-2 of 2 results.

A112693 Row sums of array A112692.

Original entry on oeis.org

1, -4, -48, 2304, 552960, -796262400, -8026324992000, 647242847354880000, 469742968896277708800000, -3409206571061625099386880000000, -272169233711505353534412423168000000000
Offset: 0

Views

Author

Wolfdieter Lang, Oct 14 2005

Keywords

Crossrefs

Unsigned row sums A112694.

Formula

a(n)=sum(A112692(k, m), m=0..((k+1)*(k+2)/2)-1), k>=0.
Let A(x)=sum(k>=0, |a(k)|*x^k ), then A(x)= G(0)/(4*x)- 1/(2*x), where G(k)= 1 + 1/(1 - 2*x*(2*k+1)!/(2*x*(2*k+1)! + 1/(1 + 1/(1 - 2*x*(2*k+2)!/(2*x*(2*k+2)! + 1/G(k+1) ))))); (continued fraction). - Sergei N. Gladkovskii, Jul 10 2013

A112694 Row sums of unsigned array A112692.

Original entry on oeis.org

1, 10, 362, 146450, 234522884, 6807857991672, 869962821793011472, 2352463379908322901560928, 36305094521738344415450726082096, 13237525270352155405709985211985066209696
Offset: 0

Views

Author

Wolfdieter Lang, Oct 14 2005

Keywords

Crossrefs

Signed row sums A112693.

Formula

a(n)=sum(|A112692(k, m)|, m=0..((k+1)*(k+2)/2)-1), k>=0.
Showing 1-2 of 2 results.