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.

A327724 Product of A003059 and A071797.

Original entry on oeis.org

1, 2, 4, 6, 3, 6, 9, 12, 15, 4, 8, 12, 16, 20, 24, 28, 5, 10, 15, 20, 25, 30, 35, 40, 45, 6, 12, 18, 24, 30, 36, 42, 48, 54, 60, 66, 7, 14, 21, 28, 35, 42, 49, 56, 63, 70, 77, 84, 91, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120, 9, 18, 27, 36, 45, 54
Offset: 1

Views

Author

Todor Szimeonov, Sep 23 2019

Keywords

Crossrefs

Programs

  • PARI
    a(n) = {(1+sqrtint(n-1))*(n-sqrtint(n-1)^2)} \\ Andrew Howroyd, Sep 23 2019