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.

A119600 a(n) = 4*Product_{i=1..n-1} (3^i+1)^2.

Original entry on oeis.org

4, 4, 64, 6400, 5017600, 33738342400, 2008645953126400, 1070407428421058560000, 5124408580006984170864640000, 220656234047362257307900743516160000, 85495432669493277396354169745064287272960000, 298114237913837782686540845369489025952802406400000000, 9355246290649672947599943358541996936410690283965618585600000000
Offset: 0

Views

Author

N. J. A. Sloane, Jun 04 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Table[4*Product[(3^i+1)^2,{i,n-1}],{n,0,12}] (* James C. McMahon, Sep 17 2024 *)
  • PARI
    a(n) = 4*prod(i=1, n-1, (3^i+1)^2); \\ Michel Marcus, Oct 28 2015

Formula

a(n) = 4*A290000(n)^2. - Vaclav Kotesovec, Sep 17 2024