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

A368074 a(n) is the least number k such that the k-th n-gonal number can be written as the difference of two positive n-gonal numbers in exactly n ways.

Original entry on oeis.org

5, 12, 82, 105, 297, 182
Offset: 3

Views

Author

Ilya Gutkovskiy, Dec 10 2023

Keywords

Comments

The corresponding n-gonal numbers are in A368075.

Examples

			a(3) = 5: T(5) = T(6) - T(3) = T(8) - T(6) = T(15) - T(14), where T(k) is the k-th triangular number.
		

Crossrefs

Showing 1-1 of 1 results.