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.
%I A144943 #9 May 19 2017 14:41:46 %S A144943 0,2,2,5,2,14,2,8,5,14,2,26,2,14,14,11,2,26,2,26,14,14,2,38,5,14,8,26, %T A144943 2,62,2,14,14,14,14,47,2,14,14,38,2,62,2,26,26,14,2,50,5,26,14,26,2, %U A144943 38,14,38,14,14,2,110,2,14,26,17,14,62,2,26,14,62,2,68,2,14,26,26,14,62,2,50 %N A144943 a(n) = number of divisors of n^3 (excluding 1 and n^3). %H A144943 Antti Karttunen, <a href="/A144943/b144943.txt">Table of n, a(n) for n = 1..1001</a> %F A144943 For n > 1, a(n) = A048785(n) - 2. - _Antti Karttunen_, May 19 2017 %t A144943 Join[{0},(DivisorSigma[0,#]-2)&/@(Range[2,90]^3)] (* _Harvey P. Dale_, Apr 02 2011 *) %o A144943 (PARI) A144943(n) = if(1==n,0,numdiv(n^3)-2); \\ _Antti Karttunen_, May 19 2017 %Y A144943 Cf. A000005, A048785. %K A144943 nonn %O A144943 1,2 %A A144943 Mark Taggart (mt2612f(AT)aol.com), Sep 26 2008