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!)
A344441 a(n) = A061020(n) + abs(A061020(n)). 3
2, 0, 0, 6, 0, 4, 0, 0, 14, 8, 0, 0, 0, 12, 16, 22, 0, 0, 0, 0, 24, 20, 0, 20, 42, 24, 0, 0, 0, 0, 0, 0, 40, 32, 48, 42, 0, 36, 48, 40, 0, 0, 0, 0, 0, 44, 0, 0, 86, 0, 64, 0, 0, 40, 80, 60, 72, 56, 0, 48, 0, 60, 0, 86, 96, 0, 0, 0, 88, 0, 0, 0, 0, 72, 0, 0, 120, 0, 0, 0, 122, 80, 0, 72, 128, 84, 112, 100, 0, 56, 144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(k) = 0 for k in A026424. - David A. Corneth, May 23 2021
LINKS
FORMULA
a(n) = A061020(n) + A206369(n) = A061020(n) + abs(A061020(n)).
a(n) = A344440(n) - A344439(n).
MATHEMATICA
With[{nn = 91}, Map[# + Abs[#] &, Drop[CoefficientList[Series[Sum[LiouvilleLambda[k] k x^k/(1 - x^k), {k, 1, #}], {x, 0, #}], x], 1] &[nn]]] (* Michael De Vlieger, May 24 2021, after Jean-François Alcover at A061020 *)
PROG
(PARI)
A061020(n) = {my(f=factorint(n)); prod(k=1, #f[, 2], ((-f[k, 1])^(f[k, 2]+1)-1)/(-f[k, 1]-1))};
A344441(n) = { my(u=A061020(n)); (u+abs(u)); };
CROSSREFS
Sequence in context: A277444 A274710 A028625 * A221728 A339942 A345366
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 23 2021
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 July 18 06:54 EDT 2024. Contains 374377 sequences. (Running on oeis4.)