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!)
A016007 a(n) = (tau(n^11)+10)/11. 10
1, 2, 2, 3, 2, 14, 2, 4, 3, 14, 2, 26, 2, 14, 14, 5, 2, 26, 2, 26, 14, 14, 2, 38, 3, 14, 4, 26, 2, 158, 2, 6, 14, 14, 14, 49, 2, 14, 14, 38, 2, 158, 2, 26, 26, 14, 2, 50, 3, 26, 14, 26, 2, 38, 14, 38, 14, 14, 2, 302, 2, 14, 26, 7, 14, 158, 2, 26, 14, 158, 2, 72, 2, 14 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
A016007:=n->(numtheory[tau](n^11)+10)/11: seq(A016007(n), n=1..160); # Wesley Ivan Hurt, Apr 26 2017
PROG
(PARI)
A016007(n) = (numdiv(n^11)+10)/11;
for(n=1, 10000, write("b016007.txt", n, " ", A016007(n)));
\\ Antti Karttunen, Jan 17 2017
CROSSREFS
Sequence in context: A016005 A016006 A285247 * A226410 A226340 A334663
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 September 7 11:06 EDT 2024. Contains 375730 sequences. (Running on oeis4.)