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.

A122811 Number of prime factors (counted with multiplicity) of the smallest odd number with exactly n divisors.

This page as a plain text file.
%I A122811 #10 Nov 05 2019 06:52:01
%S A122811 0,1,2,2,4,3,6,3,4,5,10,4,12,7,6,5,16,5,18,6,8,11,22,5,8,13,6,8,28,7,
%T A122811 30,6,12,17,10,6,36,19,14,7,40,9,42,12,8,23,46,6,12,9,18,14,52,7,14,9,
%U A122811 20,29,58,8,60,31,10,7,16,13,66,18,24,11,70,7,72,37,10,20,16,15,78,8,8,41
%N A122811 Number of prime factors (counted with multiplicity) of the smallest odd number with exactly n divisors.
%C A122811 a(p) = p-1 for prime p.
%C A122811 This sequence first differs from A059975(n) at n=16, because 3^3.5.7 is less than 3.5.7.11. - _Hugo van der Sanden_, May 21 2010
%H A122811 Amiram Eldar, <a href="/A122811/b122811.txt">Table of n, a(n) for n = 1..2000</a> (calculated from the b-file at A038547)
%F A122811 a(n) = Omega(A038547(n)), where Omega(n) = A001222(n).
%Y A122811 Cf. A001222, A038547, A122376, A059975.
%K A122811 nonn
%O A122811 1,3
%A A122811 _Ray Chandler_, Sep 22 2006