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.

Showing 1-2 of 2 results.

A103158 (1/2)*number of regular tetrahedra that can be formed using the points in an (n+1) X (n+1) X (n+1) lattice cube.

Original entry on oeis.org

1, 9, 36, 104, 257, 549, 1058, 1896, 3199, 5145, 7926, 11768, 16967, 23859, 32846, 44378, 58977, 77215, 99684, 126994, 159963, 199443, 246304, 301702, 366729, 442587, 530508, 631820, 748121, 880941, 1031930, 1202984, 1395927, 1612655, 1855676, 2127122, 2429577
Offset: 1

Views

Author

Hugo Pfoertner, Feb 08 2005

Keywords

Examples

			a(1)=1 because there are 2 ways to form a regular tetrahedron using vertices of the unit cube: Either [(0,0,0),(0,1,1),(1,0,1),(1,1,0)] or [(1,1,1),(1,0,0),(0,1,0),(0,0,1)].
		

References

  • E. J. Ionascu, Regular tetrahedra whose vertices have integer coordinates. Acta Math. Univ. Comenian. (N.S.) 80 (2011), no. 2, 161-170; (Acta Mathematica Universitatis Comenianae) MR2835272 (2012h:11044).

Crossrefs

Cf. triangles in lattice cube: A103426, A103427, A103428, A103429, A103499, A103500; A096315 n+1 equidistant points in Z^n.
Cf. A098928.

A334736 Dimensions d such that the integer lattice Z^d does not contain the vertices of a regular d-simplex.

Original entry on oeis.org

2, 4, 5, 6, 10, 12, 13, 14, 16, 18, 20, 21, 22, 26, 28, 29, 30, 32, 34, 36, 37, 38, 40, 41, 42, 44, 45, 46, 50, 52, 53, 54, 56, 58, 60, 61, 62, 64, 65, 66, 68, 69, 70, 72, 74, 76, 77, 78, 82, 84, 85, 86, 88, 90, 92, 93, 94, 96, 98, 100, 101, 102, 104, 106, 108
Offset: 1

Views

Author

Harry Richman, May 08 2020

Keywords

Comments

List contains d such that (1) d is even and d+1 is not a square, or (2) d == 1 (mod 4) and d+1 is not a sum of two squares; proved by Schoenberg.

Examples

			2 is in the list because there is no equilateral triangle in the plane whose vertices all have integer coordinates.
3 is not in the list because there is a regular tetrahedron in space whose vertices have integer coordinates; e.g. (1,1,0), (1,0,1), (0,1,1), (0,0,0).
		

Crossrefs

Complement of A096315.

Extensions

More terms from Jinyuan Wang, May 09 2020
Showing 1-2 of 2 results.