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.

A341209 a(n) = (n^3 + 6*n^2 + 17*n + 6)/6.

Original entry on oeis.org

1, 5, 12, 23, 39, 61, 90, 127, 173, 229, 296, 375, 467, 573, 694, 831, 985, 1157, 1348, 1559, 1791, 2045, 2322, 2623, 2949, 3301, 3680, 4087, 4523, 4989, 5486, 6015, 6577, 7173, 7804, 8471, 9175, 9917, 10698, 11519, 12381, 13285, 14232, 15223, 16259, 17341, 18470, 19647
Offset: 0

Views

Author

Torlach Rush, Feb 06 2021

Keywords

Comments

a(1) = A339400(7) = A339400(11), a(2) = A339756(7) = A339756(11), a(3) = A339947(7) = A339947(11).
Conjecture: Mark each point on a 7^k or 11^k grid with the number of points that are visible from the point; for n > 0, a(n) is the number of distinct values in both grids.

Crossrefs

Programs

  • PARI
    a(n) = (n^3 + 6*n^2 + 17*n + 6)/6;

Formula

a(n) = (n^3 + 6*n^2 + 17*n + 6)/6.
a(n) = A004006(n+2) - 2, n > 0.