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.

A134372 a(n) = ((2n)!)^2.

Original entry on oeis.org

1, 4, 576, 518400, 1625702400, 13168189440000, 229442532802560000, 7600054456551997440000, 437763136697395052544000000, 40990389067797283140009984000000, 5919012181389927685417441689600000000
Offset: 0

Views

Author

Artur Jasinski, Oct 22 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[((2n)!)^(2), {n, 0, 10}]
    ((2*Range[0,20])!)^2 (* Harvey P. Dale, Jul 14 2011 *)
  • PARI
    a(n) = ((2*n)!)^2; \\ Michel Marcus, Nov 16 2020

Formula

From Amiram Eldar, Nov 16 2020: (Start)
Sum_{n>=0} 1/a(n) = A334379.
Sum_{n>=0} (-1)^n/a(n) = A334632. (End)