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.

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

A358634 a(n) is the smallest number k such that n consecutive integers starting at k have the same number of n-gonal divisors.

Original entry on oeis.org

55, 844, 16652, 844529772, 243636414, 36289272509
Offset: 3

Views

Author

Ilya Gutkovskiy, Nov 24 2022

Keywords

Examples

			16652 has 2 pentagonal divisors {1, 92}, 16653 has 2 pentagonal divisors {1, 5551}, 16654 has 2 pentagonal divisors {1, 22}, 16655 has 2 pentagonal divisors {1, 5}, and 16656 has 2 pentagonal divisors {1, 12}. These are the first 5 consecutive numbers with the same number of pentagonal divisors, so a(5) = 16652.
		

Crossrefs

Extensions

a(6)-a(8) from Martin Ehrenstein, Dec 04 2022
Showing 1-2 of 2 results.