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 A016006 #14 Jan 27 2025 02:27:12 %S A016006 1,2,2,3,2,13,2,4,3,13,2,24,2,13,13,5,2,24,2,24,13,13,2,35,3,13,4,24, %T A016006 2,134,2,6,13,13,13,45,2,13,13,35,2,134,2,24,24,13,2,46,3,24,13,24,2, %U A016006 35,13,35,13,13,2,255,2,13,24,7,13,134,2,24,13,134,2,66,2,13 %N A016006 a(n) = (tau(n^10)+9)/10. %H A016006 Antti Karttunen, <a href="/A016006/b016006.txt">Table of n, a(n) for n = 1..10000</a> %t A016006 a[n_] := (DivisorSigma[0, n^10] + 9)/10; Array[a, 100] (* _Amiram Eldar_, Jan 27 2025 *) %o A016006 (PARI) %o A016006 A016006(n) = (numdiv(n^10)+9)/10; %o A016006 for(n=1, 10000, write("b016006.txt", n, " ", A016006(n))); %o A016006 \\ _Antti Karttunen_, Jan 17 2017 %Y A016006 Cf. A000005, A015996, A015999, A016001, A016002, A016003, A016005, A016007, A016008, A016009, A016012. %K A016006 nonn %O A016006 1,2 %A A016006 _Robert G. Wilson v_ %E A016006 Definition corrected by _Vladeta Jovovic_, Sep 03 2005