A340198 Dirichlet inverse of sequence f(n) = A319340(n)-1 = (A000010(n) + A023900(n) - 1), where A000010 is Euler Totient function phi, and A023900 is its Dirichlet inverse.
1, 1, 1, 1, 1, -1, 1, -1, -2, -5, 1, -8, 1, -9, -13, -9, 1, -16, 1, -22, -21, -17, 1, -28, -14, -21, -20, -36, 1, -43, 1, -31, -37, -29, -45, -49, 1, -33, -45, -62, 1, -67, 1, -64, -64, -41, 1, -69, -34, -64, -61, -78, 1, -68, -77, -96, -69, -53, 1, -88, 1, -57, -96, -79, -93, -115, 1, -106, -85, -123, 1, -95, 1, -69
Offset: 1
Links
- Antti Karttunen, Table of n, a(n) for n = 1..16384
Programs
Formula
a(1) = 1, for n > 1, a(n) = -Sum_{d|n, dA319340(n/d)-1) * a(d).
Comments