login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A379725
a(n) = A023900(n*A000396(n)).
0
2, 6, -60, 126, -32760, -262140, -3145716, 2147483646, -4611686018427387900, -2475880078570760549798248440, -1622592768292133633915780102881260, -340282366920938463463374607431768211452
OFFSET
1,1
FORMULA
Conjecture: a(n) = (-1)^(n+1)*A023900(n)*A023900(A000396(n)).
MATHEMATICA
nn = 12; A023900[n_] := DivisorSum[n, MoebiusMu[#] # &]; Table[A023900[PerfectNumber[n]*n], {n, 1, nn}]
CROSSREFS
KEYWORD
sign,new
AUTHOR
STATUS
approved