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!)
A191613 Number of even divisors of lambda(n). 3
0, 0, 1, 1, 2, 1, 2, 1, 2, 2, 2, 1, 4, 2, 2, 2, 4, 2, 3, 2, 2, 2, 2, 1, 4, 4, 3, 2, 4, 2, 4, 3, 2, 4, 4, 2, 6, 3, 4, 2, 6, 2, 4, 2, 4, 2, 2, 2, 4, 4, 4, 4, 4, 3, 4, 2, 3, 4, 2, 2, 8, 4, 2, 4, 4, 2, 4, 4, 2, 4, 4, 2, 9, 6, 4, 3, 4, 4, 4, 2, 4, 6, 2, 2, 4, 4, 4, 2, 6, 4, 4, 2, 4, 2, 6, 3, 10, 4, 4, 4, 6, 4, 4, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Lambda is the function in A002322.
LINKS
FORMULA
a(n) = A183063(A002322(n)). - Michel Marcus, Mar 18 2016
EXAMPLE
a(13) = 4 because lambda(13) = 12 and the 4 even divisors are { 2, 4, 6, 12}.
MATHEMATICA
f[n_] := Block[{d = Divisors[CarmichaelLambda[n]]}, Count[EvenQ[d], True]]; Table[f[n], {n, 80}]
(* Second program: *)
Array[DivisorSum[CarmichaelLambda@ #, 1 &, EvenQ] &, 105] (* Michael De Vlieger, Dec 04 2017 *)
PROG
(PARI) a(n) = sumdiv(lcm(znstar(n)[2]), d, 1-(d%2)); \\ Michel Marcus, Mar 18 2016
CROSSREFS
Sequence in context: A324888 A249145 A048684 * A298642 A243404 A219181
KEYWORD
nonn
AUTHOR
Michel Lagneau, Jul 22 2011
EXTENSIONS
More terms from Antti Karttunen, Dec 04 2017
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 June 3 00:27 EDT 2024. Contains 373054 sequences. (Running on oeis4.)