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.

A016008 a(n) = (tau(n^12)+11)/12.

This page as a plain text file.
%I A016008 #17 Jan 27 2025 02:27:09
%S A016008 1,2,2,3,2,15,2,4,3,15,2,28,2,15,15,5,2,28,2,28,15,15,2,41,3,15,4,28,
%T A016008 2,184,2,6,15,15,15,53,2,15,15,41,2,184,2,28,28,15,2,54,3,28,15,28,2,
%U A016008 41,15,41,15,15,2,353,2,15,28,7,15,184,2,28,15,184,2,78,2,15
%N A016008 a(n) = (tau(n^12)+11)/12.
%H A016008 Antti Karttunen, <a href="/A016008/b016008.txt">Table of n, a(n) for n = 1..10000</a>
%t A016008 a[n_] := (DivisorSigma[0, n^12] + 11)/12; Array[a, 100] (* _Amiram Eldar_, Jan 27 2025 *)
%o A016008 (PARI)
%o A016008 A016008(n) = (numdiv(n^12)+11)/12;
%o A016008 for(n=1, 10000, write("b016008.txt", n, " ", A016008(n)));
%o A016008 \\ _Antti Karttunen_, Jan 17 2017
%Y A016008 Cf. A000005, A015996, A015999, A016001, A016002, A016003, A016005, A016006, A016007, A016009, A016012.
%K A016008 nonn
%O A016008 1,2
%A A016008 _Robert G. Wilson v_
%E A016008 Definition corrected by _Vladeta Jovovic_, Sep 03 2005