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.

A342353 Number of ways to choose 3 points that form an equilateral triangle from the A001845(n) points in a regular octahedral grid of size n.

Original entry on oeis.org

0, 8, 80, 416, 1512, 4216, 10000, 21256
Offset: 0

Views

Author

Peter Kagey, Mar 08 2021

Keywords

Comments

The octahedral grid of side length n is the set of points (x,y,z) in Z^3 such that |x|+|y|+|z| <= n. The number of points in this grid is given by A001845(n).

Examples

			For n = 1, the a(1) = 8 equilateral triangles are given by the convex hulls of {(+-1,0,0),(0,+-1,0),(0,0,+-1)}.
		

Crossrefs

Cf. A001845.
Cf. A102698 and A334581 are analogous for the cubic grid and tetrahedral grid respectively.