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.

A359969 Number of regions formed inside a right triangle by the straight line segments mutually connecting all vertices and points on the two shorter edges whose positions equal the Farey series of order n.

Original entry on oeis.org

1, 5, 48, 239, 1798, 3950, 19953, 46007, 123338, 213793, 637960, 930635, 2361080, 3542822, 5736344
Offset: 1

Views

Author

Keywords

Comments

The number of vertices along the shorter edges is A005728(n). No formula for a(n) is known. The sequence is inspired by the Farey fan; see A360042.

Crossrefs

Cf. A359968 (vertices), A359970 (edges), A359971 (k-gons), A005728, A360042, A359975, A359690, A358948, A358886.

Formula

a(n) = A359970(n) - A359968(n) + 1 by Euler's formula.