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!)
A342400 a(n) is the number of distinct sums of distinct unitary divisors of n. 2
1, 3, 3, 3, 3, 12, 3, 3, 3, 15, 3, 13, 3, 15, 15, 3, 3, 15, 3, 13, 15, 15, 3, 15, 3, 15, 3, 15, 3, 72, 3, 3, 15, 15, 15, 15, 3, 15, 15, 15, 3, 96, 3, 15, 15, 15, 3, 15, 3, 15, 15, 15, 3, 15, 15, 13, 15, 15, 3, 108, 3, 15, 15, 3, 15, 144, 3, 15, 15, 142, 3, 13 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) <= A034448(n) with equality if and only if n is a unitary practical number (A286652).
a(p^e) = 3 for a prime p and e >= 1.
MATHEMATICA
a[n_] := Module[{d = Select[Divisors[n], CoprimeQ[#, n/#] &], x, s, m, c}, m = Length[d]; s = Plus @@ d; c = Rest@CoefficientList[Series[Product[1 + x^d[[i]], {i, 1, m}], {x, 0, s}], x]; Count[c, _?(# > 0 &)]]; Array[a, 100]
CROSSREFS
The unitary version of A119347.
Sequence in context: A087575 A001270 A029630 * A349924 A170858 A024725
KEYWORD
nonn
AUTHOR
Amiram Eldar, Mar 10 2021
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 August 23 05:54 EDT 2024. Contains 375375 sequences. (Running on oeis4.)