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.

A059491 Expansion of generating function A_{QT}^(1)(4n;3).

Original entry on oeis.org

1, 1, 6, 189, 30618, 25332021, 106698472452, 2283997201168644, 248218139523497121576, 136861610819571430116630660, 382684747771430768732371981946100, 5424628155237728987530088501811168904125, 389729317367139375014273384868937660572301897500
Offset: 0

Views

Author

N. J. A. Sloane, Feb 04 2001

Keywords

Programs

  • Mathematica
    f[n_] := Product[(3 k + 1)!/(n + k)!, {k, 0, n - 1}]; Table[3^(n*(n - 1)/2)*f[n], {n,0,20}] (* G. C. Greubel, Sep 10 2017 *)

Formula

a(n) = 3^(n*(n-1)/2)*A005130(n).
a(n+1) is the Hankel transform of A097188. Odd terms occur in a(n+1) at positions given by 2*A000975(n). - Paul Barry, Feb 09 2007