OFFSET
1,6
COMMENTS
Question: Are n = 1, 4, 24, 240, 349440 (A325963) the only positions of zeros in this sequence?
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..16384
Antti Karttunen, Data supplement: n, a(n) computed for n = 1..65537
FORMULA
MATHEMATICA
Array[(1/2) If[# == 1, 2, Times @@ (1 + Power @@@ #2) - 2 #1 + Times @@ (1 + #2[[;; , 1]]) & @@ {#, FactorInteger[#]}] &, 90] (* Michael De Vlieger, Jun 06 2019, after Giovanni Resta at A034448 and Amiram Eldar at A048250. *)
PROG
CROSSREFS
KEYWORD
sign
AUTHOR
Antti Karttunen, Jun 02 2019
STATUS
approved