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.

A350786 a(n) is the number of divisors of A061799(n).

This page as a plain text file.
%I A350786 #26 Aug 23 2022 10:35:28
%S A350786 1,2,3,4,6,6,8,8,9,10,12,12,16,16,16,16,18,18,20,20,24,24,24,24,30,30,
%T A350786 30,30,30,30,32,32,36,36,36,36,40,40,40,40,48,48,48,48,48,48,48,48,60,
%U A350786 60,60,60,60,60,60,60,60,60,60,60,64,64,64,64,72,72,72,72,72,72,72,72
%N A350786 a(n) is the number of divisors of A061799(n).
%C A350786 a(n) is the smallest term of A002183 that is >= n.
%F A350786 a(n) = A000005(A061799(n)).
%e A350786 a(5) = 6 because A061799(5) = 12 has 6 divisors.
%o A350786 (PARI) for(n=1, 100, my(s=n); while(numdiv(s)<n, s++); print1(numdiv(s), ", ")); \\ _Michel Marcus_, Jul 07 2022
%Y A350786 Cf. A000005, A061799, A002183.
%K A350786 nonn
%O A350786 1,2
%A A350786 _J. Lowell_, Jul 07 2022