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.

A078490 Sorted A079341.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 4, 4, 6, 8, 8, 12, 24, 24, 24, 24, 24, 69, 92, 92, 92, 92, 92, 138, 184, 253, 276, 276, 276, 276, 276, 322, 506, 506, 644, 759, 759, 966, 1012, 1518, 1518, 1748, 2024, 2024, 2024, 2024, 2024, 2024, 3542, 3864, 4807, 6072, 6072
Offset: 0

Views

Author

Jon Perry, Jan 04 2003

Keywords

Crossrefs

Programs

  • PARI
    v=vector(100); vc=1; y=(1-x)^24; for (m=0,12, for (n=m,12,v[vc]=gcd(polcoeff(y,m),polcoeff(y,n)); vc++)); vecsort(vecextract(v,concat("1..",vc-1)))