login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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
KEYWORD
nonn
EXTENSIONS
Definition corrected by Vladeta Jovovic, Sep 03 2005
STATUS
approved