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.

A333932 a(n) is the least integer that is 4-dimensional pyramidal in exactly n ways.

Original entry on oeis.org

5, 15, 35, 140, 1820, 11375, 820820, 19019000, 10790015600, 1568726956160, 7278234628665, 7271181889157550
Offset: 1

Views

Author

Ilya Gutkovskiy, Apr 10 2020

Keywords

Comments

a(n) has exactly n representations as an 4-dimensional pyramidal number P(m, k) = binomial(k + 2, 3)*(k*(m - 2) - m + 6) / 4, with m > 2, k > 1.

Examples

			a(3) = 35 because 35 is the least integer which is 4-dimensional pyramidal in 3 ways (35 = P(3, 4) = P(7, 3) = P(33, 2)).
		

Crossrefs

Extensions

a(9) from Giovanni Resta, Apr 11 2020
a(9) corrected and a(10)-a(12) from Bert Dobbelaere, Apr 14 2020