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.

A358044 a(n) is the smallest number k such that n consecutive integers starting at k have the same number of triangular divisors (A007862).

Original entry on oeis.org

1, 1, 55, 5402, 2515069
Offset: 1

Views

Author

Ilya Gutkovskiy, Oct 26 2022

Keywords

Comments

Any subsequent terms are > 10^10. - Lucas A. Brown, Jan 06 2023

Examples

			55 has 2 triangular divisors {1, 55}, 56 has 2 triangular divisors {1, 28} and 57 has 2 triangular divisors {1, 3}. These are the first 3 consecutive numbers with the same number of triangular divisors, so a(3) = 55.
		

Crossrefs