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.

A359955 a(n) is the smallest number with exactly n divisors that are greater than or equal to 4.

This page as a plain text file.
%I A359955 #7 Jan 28 2023 12:39:48
%S A359955 4,8,12,20,24,36,48,80,60,140,192,144,120,280,180,700,240,560,1600,
%T A359955 5120,360,1120,10000,900,960,2240,720,2800,840,3080,25600,5184,1260,
%U A359955 5600,175175,36864,1680,6160,2880,11200,15360,3600,19600,3705625,2520,12320,6480,70000
%N A359955 a(n) is the smallest number with exactly n divisors that are greater than or equal to 4.
%H A359955 <a href="/index/Di#divisors">Index entries for sequences related to divisors of numbers</a>
%o A359955 (PARI) a(n) = my(k=1); while (sumdiv(k, d, (d>=4)) != n, k++); k; \\ _Michel Marcus_, Jan 20 2023
%Y A359955 Cf. A005179, A321014, A359956, A359957.
%K A359955 nonn
%O A359955 1,1
%A A359955 _Ilya Gutkovskiy_, Jan 19 2023