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-4 of 4 results.

A325301 a(n) is the number of edges of the stepped pyramid with n levels described in A245092.

Original entry on oeis.org

12, 21, 36, 51, 63, 84, 96, 117, 138, 165, 177, 204, 216, 240, 273, 306, 318, 351, 363
Offset: 1

Views

Author

Omar E. Pol, Apr 16 2019

Keywords

Comments

To calculate a(n) consider that levels greater than n do not exist.

Examples

			For n = 1 the first level of the stepped pyramid (starting from the top) is a cube, and a cube has 12 edges, so a(1) = 12.
		

Crossrefs

Cf. A325300 (number of faces), A325302 (number of vertices).

Formula

a(n) = A325300(n) + A325302(n) - 2 (Euler's formula).

A325302 a(n) is the number of vertices of the stepped pyramid with n levels described in A245092.

Original entry on oeis.org

8, 14, 23, 33, 41, 55, 63, 77, 91, 108, 116, 134, 142, 158, 180, 202, 210, 232, 240
Offset: 1

Views

Author

Omar E. Pol, Apr 16 2019

Keywords

Comments

To calculate a(n) consider that levels greater than n do not exist.

Examples

			For n = 1 the first level of the stepped pyramid (starting from the top) is a cube, and a cube has 8 vertices, so a(1) = 8.
		

Crossrefs

Cf. A325300 (number of faces), A325301 (number of edges).

Formula

a(n) = A325301(n) - A325300(n) + 2 (Euler's formula).

A346530 a(n) is the number of faces of the polycube called "tower" described in A221529 where n is the longest side of its base.

Original entry on oeis.org

6, 6, 11, 14, 20, 27, 31, 38, 42, 51, 59
Offset: 1

Views

Author

Omar E. Pol, Jul 22 2021

Keywords

Comments

The tower is a geometric object associated to all partitions of n.
The height of the tower equals A000041(n-1).

Examples

			For n = 1 the tower is a cube, and a cube has 6 faces, so a(1) = 6.
		

Crossrefs

Cf. A000203 (area of the terraces), A000041 (height of the terraces), A066186 (volume), A345023 (surface area), A346531 (number of edges), A346532 (number of vertices).
Cf. A325300 (analog for the pyramid described in A245092).

Formula

a(n) = A346531(n) - A346532(n) + 2 (Euler's formula).

A323645 a(n) is the number of visible faces in the perspective view of the stepped pyramid with n levels described in A245092.

Original entry on oeis.org

3, 6, 12, 17, 21, 28, 32, 39, 46, 56, 60, 69, 73, 81, 92, 103, 107, 118, 122
Offset: 1

Views

Author

Omar E. Pol, Mar 20 2019

Keywords

Comments

The shape of the n-th level of the pyramid allows us to know if n is prime (see the Formula section).
For more sequences that we can find in the pyramid see A262626.

Crossrefs

Formula

a(n) = a(n-1) + 4 iff n is a prime > 3 (A215848).
a(n) = A325300(n) - 3. - Omar E. Pol, Apr 17 2019

Extensions

a(18)-a(19) from Omar E. Pol, Apr 18 2019
Showing 1-4 of 4 results.