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.

A384702 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 (finite) regions created.

Original entry on oeis.org

0, 1, 37, 245, 1205, 4213, 12261, 29742, 65507, 130824, 245325, 432262, 727259
Offset: 1

Views

Author

Keywords

Comments

The infinite exterior region is not counted.

Crossrefs

Cf. A384700 (circles), A384701 (vertices), A384703 (edges), A359570, A374826, A374337, A372978.

Formula

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