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.

A309141 Nonunitary highly composite numbers: numbers with a record number of nonunitary divisors.

This page as a plain text file.
%I A309141 #14 Apr 10 2020 14:55:53
%S A309141 1,4,8,16,24,36,48,72,144,216,288,360,576,720,1080,1440,2160,2880,
%T A309141 3600,4320,5040,7200,7560,10080,15120,20160,25200,30240,45360,50400,
%U A309141 60480,75600,100800,110880,151200,221760,277200,302400,332640,453600,498960,554400,665280
%N A309141 Nonunitary highly composite numbers: numbers with a record number of nonunitary divisors.
%C A309141 Numbers k with A048105(k) > A048105(j) for all j < k.
%C A309141 The corresponding values of records are 0, 1, 2, 3, 4, 5, 6, 8, 11, 12, 14, 16, 17, 22, 24, 28, 32, 34, 37, 40, 44, 46, 48, 56, 64, 68, 74, 80, 84, 92, 96, ... (see the link for more values)
%H A309141 Amiram Eldar, <a href="/A309141/b309141.txt">Table of n, a(n) for n = 1..559</a>
%H A309141 Amiram Eldar, <a href="/A309141/a309141.txt">Table of n, a(n), A048105(a(n)) for n = 1..559</a>
%t A309141 f[n_] := DivisorSigma[0, n] - 2^PrimeNu[n]; fm=-1; s={}; Do[f1 = f[n]; If[f1 > fm, fm = f1; AppendTo[s, n]], {n, 1, 10^5}]; s
%Y A309141 Cf. A048105, A002182 (highly composite), A002110 (unitary), A037992 (infinitary), A293185 (bi-unitary), A318278 (exponential).
%K A309141 nonn
%O A309141 1,2
%A A309141 _Amiram Eldar_, Jul 14 2019