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.

A141756 Intersection of A141586 and A100933.

Original entry on oeis.org

115325637083043831900183479190311008528007516613207384396965600343647846400000, 3575094749574358788905687854899641264368233015009428916305933610653083238400000, 16347325453573190128511213579615837273221059920118876332835279076344751718400000
Offset: 1

Views

Author

David Applegate and N. J. A. Sloane, Sep 15 2008

Keywords

Comments

For the prime factorizations of the first four terms (only three are shown above) see the Maple code.
Since all terms > 1 in A141586 are even, this is also the intersection of A141586 and A141757.

Programs

  • Maple
    B0:=2^23*3^14*5^5*7^3*11^3*13^3*17^2*19^2*23^2*29;
    a1:=B0*31^28; a2:=B0*31^29; a3:=B0*37^28; a4:=B0*350*31^28;
    [seq(a1,a2,a3,a4)];