A306906 a(n) = A306899(n)/6.
1, 2, 6, 8, 15, 30, 49, 96, 189, 360, 693, 1416, 2743, 5516, 10980, 21952, 43707, 87642, 174781, 349920, 699216, 1398804, 2796225, 5594112, 11184875, 22372376, 44739810, 89484080, 178956999, 357926040, 715827913, 1431677824, 2863313640
Offset: 1
Keywords
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..3323
Crossrefs
Cf. A306899.
Programs
-
Mathematica
Table[DivisorSum[n, (2^# - (-1)^#) EulerPhi[3 n/#] &]/6, {n, 33}] (* Michael De Vlieger, Dec 01 2019 *)
-
PARI
a(n) = sumdiv(n, d, (2^d - (-1)^d)*eulerphi(3*n/d))/6; \\ Michel Marcus, Mar 16 2019
Comments