The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A016002 a(n) = (tau(n^7)+6)/7. 14
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, 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, 10, 26, 10, 10, 2, 138, 2, 10, 18, 7, 10, 74, 2, 18, 10, 74, 2, 48, 2, 10, 18, 18 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
(DivisorSigma[0, Range[80]^7]+6)/7 (* Harvey P. Dale, Jul 27 2012 *)
PROG
(PARI)
A016002(n) = (numdiv(n^7)+6)/7;
for(n=1, 10000, write("b016002.txt", n, " ", A016002(n)));
\\ Antti Karttunen, Jan 17 2017
CROSSREFS
Sequence in context: A069138 A179592 A058671 * A098189 A162733 A016003
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 May 23 14:50 EDT 2024. Contains 372763 sequences. (Running on oeis4.)