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.

A016002 a(n) = (tau(n^7)+6)/7.

This page as a plain text file.
%I A016002 #12 Jan 17 2017 08:50:14
%S A016002 1,2,2,3,2,10,2,4,3,10,2,18,2,10,10,5,2,18,2,18,10,10,2,26,3,10,4,18,
%T A016002 2,74,2,6,10,10,10,33,2,10,10,26,2,74,2,18,18,10,2,34,3,18,10,18,2,26,
%U A016002 10,26,10,10,2,138,2,10,18,7,10,74,2,18,10,74,2,48,2,10,18,18
%N A016002 a(n) = (tau(n^7)+6)/7.
%H A016002 Antti Karttunen, <a href="/A016002/b016002.txt">Table of n, a(n) for n = 1..10000</a>
%t A016002 (DivisorSigma[0,Range[80]^7]+6)/7 (* _Harvey P. Dale_, Jul 27 2012 *)
%o A016002 (PARI)
%o A016002 A016002(n) = (numdiv(n^7)+6)/7;
%o A016002 for(n=1, 10000, write("b016002.txt", n, " ", A016002(n)));
%o A016002 \\ _Antti Karttunen_, Jan 17 2017
%Y A016002 Cf. A000005, A015996, A015999, A016001, A016003, A016005-A016009, A016012.
%K A016002 nonn
%O A016002 1,2
%A A016002 _Robert G. Wilson v_
%E A016002 Definition corrected by Vladeta Jovovic, Sep 03 2005