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.

A087194 (A(p)-1)/(2*p^2) where p runs through the odd primes different from 7 and A(k) is the k-th central heptanomial coefficient (A025012).

Original entry on oeis.org

2, 29, 484398, 15667221, 19291710979, 716525463939, 1068605567805152, 70525663815429108660, 2926081151105727289330, 221376944251520543756333062, 411385907065654082376504375598, 17898287435226907360810789564846, 34416385933810421469168969530445713
Offset: 1

Views

Author

Benoit Cloitre, Oct 19 2003

Keywords

Crossrefs

Cf. A025012.

Programs

  • Mathematica
    f[n_] := Max[CoefficientList[Expand[Sum[x^k, {k, 0, 6}]^n], x]]; Table[(f[p] - 1)/(2*p^2), {p, Prime[Delete[Range[2, 15], 3]]}] (* Amiram Eldar, Apr 21 2025 *)

Extensions

Name corrected by Amiram Eldar, Apr 21 2025