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!)
A193348 Number of odd divisors of tau(n). 2
1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 2, 2, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 2, 1, 2, 2, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
a(n) = A001227(A000005(n)). [Reinhard Zumkeller, Jul 25 2011]
LINKS
EXAMPLE
a(36) = 3 because tau(36) = 9 and the 3 odd divisors are {1, 3, 9}.
MATHEMATICA
f[n_] := Block[{d = Divisors[DivisorSigma[0, n]]}, Count[OddQ[d], True]]; Table[f[n], {n, 80}]
PROG
(PARI) a(n)=sumdiv(sigma(n, 0), d, d%2);
(PARI) a(n)=n=numdiv(n); numdiv(n>>valuation(n, 2)) \\ Charles R Greathouse IV, Jul 30 2011
CROSSREFS
Cf. A000005.
Sequence in context: A294932 A327804 A056624 * A263723 A354974 A357135
KEYWORD
nonn,easy
AUTHOR
Michel Lagneau, Jul 23 2011
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 11:30 EDT 2024. Contains 371967 sequences. (Running on oeis4.)