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.

A063398 T(5,n) with T(n,m) as in A063394.

Original entry on oeis.org

1, 63, 255, 863, 2655, 7683, 21287, 57071, 149087, 381311, 958207, 2372095, 5796863, 14007295, 33511423, 79466495, 186949631, 436666367, 1013317631, 2337538047, 5362941951, 12242386943, 27817148415, 62934482943, 141815709695, 318372839423, 712243150847
Offset: 0

Views

Author

Floor van Lamoen, Jul 16 2001

Keywords

Crossrefs

Programs

  • PARI
    Vec(-(260*x^6-996*x^5+1488*x^4-1088*x^3+388*x^2-52*x-1) / ((x-1)*(2*x-1)^5) + O(x^100)) \\ Colin Barker, May 27 2015

Formula

a(n) = (24*(-8+81*2^n)+1671*2^(1+n)*n+803*2^n*n^2+27*2^(1+n)*n^3+2^n*n^4) / 192 for n>0. - Colin Barker, May 27 2015
G.f.: -(260*x^6-996*x^5+1488*x^4-1088*x^3+388*x^2-52*x-1) / ((x-1)*(2*x-1)^5). - Colin Barker, May 27 2015