A062004 a(n) = 2*n*mu(n).
2, -4, -6, 0, -10, 12, -14, 0, 0, 20, -22, 0, -26, 28, 30, 0, -34, 0, -38, 0, 42, 44, -46, 0, 0, 52, 0, 0, -58, -60, -62, 0, 66, 68, 70, 0, -74, 76, 78, 0, -82, -84, -86, 0, 0, 92, -94, 0, 0, 0, 102, 0, -106, 0, 110, 0, 114, 116, -118, 0, -122, 124, 0, 0, 130, -132, -134, 0, 138, -140, -142, 0, -146, 148, 0, 0, 154, -156, -158, 0
Offset: 1
Links
- Harry J. Smith, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[2*n*MoebiusMu(n) : n in [1..100]]; // G. C. Greubel, May 03 2022
-
Mathematica
Table[MoebiusMu[n]2n,{n,100}] (* Harvey P. Dale, May 11 2011 *)
-
SageMath
[2*n*moebius(n) for n in (1..100)] # G. C. Greubel, May 03 2022
Formula
a(n) = 2*A055615(n). - Michel Marcus, May 03 2022
Comments