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.

A355649 a(1) = a(2) = 1; for n > 2, a(n) is the smallest positive number that has the same number of divisors as the sum a(n-2) + a(n-1).

Original entry on oeis.org

1, 1, 2, 2, 4, 6, 6, 12, 12, 24, 36, 60, 60, 120, 180, 180, 360, 360, 720, 840, 840, 1680, 2520, 2520, 5040, 7560, 10080, 10080, 20160, 27720, 27720, 55440, 83160, 110880, 110880, 221760, 332640, 554400, 554400, 1108800, 1441440, 1441440, 2882880, 4324320, 7207200, 7207200, 14414400, 21621600
Offset: 1

Views

Author

Scott R. Shannon, Jul 12 2022

Keywords

Examples

			a(7) = 6 as a(5) + a(6) = 4 + 6 = 10 which has four divisors, and 6 is the smallest positive number that has four divisors.
		

Crossrefs