login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016003 a(n) = (tau(n^8)+7)/8. 14
1, 2, 2, 3, 2, 11, 2, 4, 3, 11, 2, 20, 2, 11, 11, 5, 2, 20, 2, 20, 11, 11, 2, 29, 3, 11, 4, 20, 2, 92, 2, 6, 11, 11, 11, 37, 2, 11, 11, 29, 2, 92, 2, 20, 20, 11, 2, 38, 3, 20, 11, 20, 2, 29, 11, 29, 11, 11, 2, 173, 2, 11, 20, 7, 11, 92, 2, 20, 11, 92, 2, 54, 2, 11, 20, 20 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[(DivisorSigma[0, n^8]+7)/8, {n, 80}] (* Harvey P. Dale, Sep 22 2020 *)
PROG
(PARI)
A016003(n) = (numdiv(n^8)+7)/8;
for(n=1, 10000, write("b016003.txt", n, " ", A016003(n)));
\\ Antti Karttunen, Jan 17 2017
CROSSREFS
Sequence in context: A016002 A098189 A162733 * A087139 A342607 A226422
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition corrected by Vladeta Jovovic, Sep 03 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)