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.

A079341 Triangular array read by rows: GCDs of entries in A010940.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 24, 12, 8, 6, 24, 4, 24, 3, 8, 24, 24, 4, 276, 92, 138, 276, 92, 276, 69, 92, 276, 276, 92, 2024, 506, 2024, 1012, 2024, 253, 2024, 2024, 184, 92, 10626, 10626, 3542, 1518, 759, 506, 1518, 966, 322, 42504, 7084, 6072, 759, 2024
Offset: 0

Views

Author

Jon Perry, Jan 04 2003

Keywords

Crossrefs

Programs

  • PARI
    y=(1-x)^24; for (m=0,12, for (n=m,12,print1(gcd(polcoeff(y,m),polcoeff(y,n))",")))

Extensions

Base sequence name changed by Michel Marcus and Georg Fischer, Aug 24 2020