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.

A374337 Start with two vertices and draw a circle around each whose radius is the distance between the vertices. The sequence gives the number of regions constructed after n iterations of drawing circles with this same radius around every new vertex created from all circles' intersections.

Original entry on oeis.org

3, 11, 27, 55, 99, 145, 203, 277, 353, 441, 545, 651, 769, 903, 1039, 1187, 1351, 1517, 1695, 1889, 2085, 2293, 2517, 2743, 2981, 3235, 3491, 3759, 4043, 4329, 4627, 4941, 5257, 5585, 5929, 6275, 6633, 7007, 7383, 7771, 8175, 8581, 8999, 9433, 9869, 10317, 10781, 11247, 11725, 12219, 12715
Offset: 1

Views

Author

Scott R. Shannon, Jul 05 2024

Keywords

Comments

See A374338 for further details.

Crossrefs

Cf. A374338 (vertices), A374339 (edges), A359570, A371374, A371253.

Formula

a(n) = A374339(n) - A374338(n) + 1, by Euler's formula.
Conjectured:
If n = 3*k + 1, k >= 0, a(n) = |(15*n^2 - 17*n - 7)/3|.
If n = 3*k, k >= 1, a(n) = (15*n^2 - 17*n - 3)/3.
If n = 3*k - 1, k >= 1, a(n) = (15*n^2 - 17*n + 7)/3.