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.

A280089 a(n) = 4 * n^3 - 3 * n + 1.

Original entry on oeis.org

1, 2, 27, 100, 245, 486, 847, 1352, 2025, 2890, 3971, 5292, 6877, 8750, 10935, 13456, 16337, 19602, 23275, 27380, 31941, 36982, 42527, 48600, 55225, 62426, 70227, 78652, 87725, 97470, 107911, 119072, 130977, 143650, 157115, 171396, 186517, 202502, 219375
Offset: 0

Views

Author

Daniel Suteu, Dec 25 2016

Keywords

Crossrefs

Cf. A033430.

Programs

  • Mathematica
    Table[4n^3 - 3n + 1, {n, 0, 39}] (* Alonso del Arte, Dec 25 2016 *)
  • PARI
    a(n) = (2*n-1)^2 * (n+1).

Formula

a(n) = (2n - 1)^2 * (n + 1).
Prod_{k >= 1}(A033430(k) / a(k)) = Pi.