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.

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

A368075 a(n) is the least n-gonal number that can be expressed as the difference of two positive n-gonal numbers in exactly n ways.

Original entry on oeis.org

15, 144, 10045, 21945, 220077, 99008
Offset: 3

Views

Author

Ilya Gutkovskiy, Dec 10 2023

Keywords

Comments

The corresponding indices of n-gonal numbers are in A368074.

Examples

			a(3) = 15: 15 = 21 - 6 = 36 - 21 = 120 - 105.
		

Crossrefs

Showing 1-2 of 2 results.