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.

A324593 a(n) is the smallest number k such that n consecutive integers starting at k have the same number of odd divisors (A001227).

Original entry on oeis.org

1, 1, 5, 10, 10, 515, 2314, 2314, 1536863, 4053992, 4053992, 18584686, 146237365, 163039279, 4775943486, 13147233734, 86153130379
Offset: 1

Views

Author

Ilya Gutkovskiy, Sep 03 2019

Keywords

Examples

			515 has 4 odd divisors {1, 5, 103, 515}, 516 has 4 odd divisors {1, 3, 43, 129}, 517 has 4 odd divisors {1, 11, 47, 517}, 518 has 4 odd divisors {1, 7, 37, 259}, 519 has 4 odd divisors {1, 3, 173, 519} and 520 has 4 odd divisors {1, 5, 13, 65}. These the first 6 consecutive numbers with the same number of odd divisors, so a(6) = 515.
		

Crossrefs

Programs

  • C
    See Links section.

Extensions

a(11)-a(14) from Rémy Sigrist, Sep 04 2019
a(15)-a(17) from Giovanni Resta, Sep 04 2019