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!)
A344440 a(n) = n + A061020(n). 3
2, 1, 1, 7, 1, 8, 1, 3, 16, 14, 1, 6, 1, 20, 23, 27, 1, 11, 1, 8, 33, 32, 1, 34, 46, 38, 7, 10, 1, 22, 1, 11, 53, 50, 59, 57, 1, 56, 63, 60, 1, 30, 1, 14, 17, 68, 1, 26, 92, 29, 83, 16, 1, 74, 95, 86, 93, 86, 1, 84, 1, 92, 21, 107, 113, 46, 1, 20, 113, 46, 1, 37, 1, 110, 33, 22, 137, 54, 1, 36, 142, 122, 1, 120, 149 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Compare the scatter plot to that of A061020.
LINKS
FORMULA
a(n) = n + A061020(n).
a(n) = A344439(n) + A344441(n).
MATHEMATICA
With[{nn = 85}, MapIndexed[First[#2] + #1 &, 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))}; \\ From A061020
A344440(n) = (n+A061020(n));
CROSSREFS
Sequence in context: A331501 A247450 A178234 * A259175 A297431 A346083
KEYWORD
nonn,look
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)