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”).

A069152
a(n) = (n-1)!-n^tau(n)/n^2.
0
0, 1, 2, 23, 84, 719, 4976, 40311, 362780, 3628799, 39896064, 479001599, 6227020604, 87178290975, 1307674363904, 20922789887999, 355687427991024, 6402373705727999, 121645100408672000, 2432902008176639559
OFFSET
2,3
COMMENTS
n and a(n) have the same parity.
MATHEMATICA
Table[(n - 1)! - n^DivisorSigma[0, n]/n^2, {n, 2, 25}] (* Wesley Ivan Hurt, Jan 20 2024 *)
CROSSREFS
Cf. A062758.
Sequence in context: A339474 A222564 A099134 * A131464 A245331 A270868
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 08 2002
STATUS
approved