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.

A053212 Number of divisors of the minimal numbers (A007416).

This page as a plain text file.
%I A053212 #27 Jan 25 2025 03:09:04
%S A053212 1,2,3,4,6,5,8,9,10,12,7,16,15,18,14,20,24,21,30,32,27,28,11,36,25,40,
%T A053212 48,42,22,45,13,60,35,54,50,56,64,33,72,26,63,80,44,84,90,70,96,75,39,
%U A053212 81,100,66,49,108,120,112,52,17,55,128,126,88,144,105,160
%N A053212 Number of divisors of the minimal numbers (A007416).
%C A053212 A permutation of the natural numbers.
%H A053212 Amiram Eldar, <a href="/A053212/b053212.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..1000 from T. D. Noe)
%H A053212 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>.
%F A053212 a(n) = A000005(A007416(n)). - _Omar E. Pol_, Dec 26 2008
%t A053212 Reap[For[n = 1, n <= 10^5, n++, tau = DivisorSigma[0, n]; If[Abs[Product[DivisorSigma[0, k] - tau, {k, 1, n - 1}]] > 0, Print[tau]; Sow[tau]]]][[2, 1]] (* _Jean-François Alcover_, Jan 16 2013 *)
%o A053212 (Haskell)
%o A053212 a053212 = a000005' . a007416  -- _Reinhard Zumkeller_, Apr 18 2015
%Y A053212 Cf. A000005, A007416, A005179.
%Y A053212 Inverse permutation to A064787.
%K A053212 nonn,nice
%O A053212 1,2
%A A053212 _Asher Auel_, Dec 16 1999
%E A053212 More terms from _Naohiro Nomoto_, Apr 03 2001