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.

A384701 On a 2 X n grid of vertices, draw a circle through every unordered triple of non-collinear vertices: a(n) is the number of distinct points where circles intersect.

Original entry on oeis.org

2, 4, 18, 172, 978, 3672, 11034, 27241, 60804, 122741, 232138, 412263, 697058
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A384700 (circles), A384702 (regions), A384703 (edges), A359569, A374825, A374338, A373106.

Formula

a(n) = A384703(n) - A384702(n) + 1 by Euler's formula, for n > 1.