OFFSET
1,1
COMMENTS
The bi-unitary version of A034897.
The only bi-unitary 1-hyperperfect numbers are 6, 60, and 90 (the bi-unitary perfect numbers).
The corresponding k values are 1, 2, 3, 1, 1, 6, 8, 12, 18, 18, 12, 2, 30, 24, 60, 48, 132, 132, 192, 2, 168, 108, 66, 252, 78, 132, 342, 366, 390, 168, 348, 282, 498, 552, 540, 30, 546, ...
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..1000
József Sándor and Mihály Bencze, On modified hyperperfect numbers, Research report collection, Vol. 8, No. 2 (2005).
EXAMPLE
21 is in the sequence since bsigma(21) = 32 and 21 = 1 + 2 * (32 - 21 - 1).
MATHEMATICA
fun[p_, e_] := If[OddQ[e], (p^(e+1)-1)/(p-1), (p^(e+1)-1)/(p-1)-p^(e/2)]; bsigma[1] = 1; bsigma[n_] := Times @@ (fun @@@ FactorInteger[n]); hpnQ[n_] := (c = bsigma[n]-n-1) > 0 && Divisible[n-1, c]; Select[Range[10^5], hpnQ]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Aug 08 2019
STATUS
approved