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).

This page as a plain text file.
%I A355649 #9 Jul 14 2022 09:53:31
%S A355649 1,1,2,2,4,6,6,12,12,24,36,60,60,120,180,180,360,360,720,840,840,1680,
%T A355649 2520,2520,5040,7560,10080,10080,20160,27720,27720,55440,83160,110880,
%U A355649 110880,221760,332640,554400,554400,1108800,1441440,1441440,2882880,4324320,7207200,7207200,14414400,21621600
%N 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).
%e A355649 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.
%Y A355649 Cf. A355636, A000005, A351001, A352768, A352867, A352774.
%K A355649 nonn
%O A355649 1,3
%A A355649 _Scott R. Shannon_, Jul 12 2022