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!)
A239641 Dirichlet inverse of Carmichael lambda function (A002322). 1

%I #13 Aug 05 2018 13:39:54

%S 1,-1,-2,-1,-4,2,-6,1,-2,4,-10,4,-12,6,12,-1,-16,2,-18,8,18,10,-22,-4,

%T -4,12,-2,12,-28,-12,-30,-3,30,16,36,0,-36,18,36,-8,-40,-18,-42,20,4,

%U 22,-46,0,-6,4,48,24,-52,2,60,-12,54,28,-58,-40,-60,30,18,-1,84,-30,-66,32,66,-36,-70,0

%N Dirichlet inverse of Carmichael lambda function (A002322).

%H Andrew Howroyd, <a href="/A239641/b239641.txt">Table of n, a(n) for n = 1..1000</a>

%t inverse[F_][1] := 1/F[1]; inverse[F_][n_] := -1/F[1] Sum[F[n/Divisors[n][[i]]]*inverse[F][Divisors[n][[i]]], {i, Length[Divisors[n]] - 1}];Table[inverse[CarmichaelLambda][n], {n, 1, 331}];

%o (PARI) seq(n)={dirdiv(vector(n, n, n==1), vector(n, n, lcm(znstar(n).cyc)))} \\ _Andrew Howroyd_, Aug 05 2018

%Y Cf. A002322, A141258.

%K sign

%O 1,3

%A _José María Grau Ribas_, Mar 23 2014

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 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)