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.

A059492 Expansion of generating function A_{UO}^(1)(8n).

Original entry on oeis.org

1, 1, 9, 676, 417316, 2105433225, 86576511622500, 28972583638980195600, 78831929114313969179740176, 1742936131827576565608759271801924, 312998895971128640129284150531179425539849, 456409483679643917229799018559460369930900420149904
Offset: 0

Views

Author

N. J. A. Sloane, Feb 04 2001

Keywords

Programs

  • Mathematica
    Table[(1/4^n)*(Product[((6 k - 2)! (2 k - 1)!)/((4 k - 1)! (4 k - 2)!), {k, n}])^2, {n, 0, 20}] (* G. C. Greubel, Sep 10 2017 *)

Formula

a(n) = A005156(n)^2.