login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A331971 a(n) is the number of values of m such that the sum of proper bi-unitary divisors of m (A331970) is n. 2
0, 0, 0, 0, 1, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2, 3, 1, 2, 1, 3, 2, 3, 1, 3, 1, 3, 2, 4, 1, 6, 1, 4, 2, 4, 2, 5, 0, 3, 1, 4, 2, 5, 1, 4, 2, 4, 1, 6, 2, 5, 2, 5, 2, 8, 1, 6, 1, 4, 2, 7, 1, 5, 3, 5, 2, 8, 0, 5, 1, 6, 1, 8, 2, 5, 3, 6, 3, 9, 0, 6, 2, 5, 1, 9, 1, 7, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,7
COMMENTS
The bi-unitary version of A048138.
The offset is 2 as in A048138 since there are infinitely many numbers k (the primes and squares of primes) for which A331970(k) = 1.
LINKS
EXAMPLE
a(8) = 2 since 8 is the sum of the proper bi-unitary divisors of 2 numbers: 10 (1 + 2 + 5) and 12 (1 + 3 + 4).
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]); bs[n_] := bsigma[n] - n; m = 300; v = Table[0, {m}]; Do[b = bs[k]; If[2 <= b <= m, v[[b]]++], {k, 1, m^2}]; Rest @ v
CROSSREFS
Sequence in context: A028950 A094916 A036485 * A030547 A339932 A254690
KEYWORD
nonn
AUTHOR
Amiram Eldar, Feb 03 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)