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!)
A343565 a(n) = |{(x_1, x_2, ... , x_n) : 1 <= x_1 <= x_2 <= ... <= x_n <= n, gcd(x_1, x_2, ... , x_n, n) = 1}|. 2
1, 2, 9, 30, 125, 428, 1715, 6270, 24255, 91367, 352715, 1345448, 5200299, 20019526, 77554749, 300295038, 1166803109, 4535971916, 17672631899, 68913247655, 269128640958, 1051984969598, 4116715363799, 16123381989000, 63205303195125, 247956558998878, 973469689288236 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n} mu(n/d) * binomial(d+n-1, n).
a(n) = [x^n] Sum_{k>=1} mu(k) * x^k/(1 - x^k)^(n+1).
MATHEMATICA
a[n_] := DivisorSum[n, MoebiusMu[n/#] * Binomial[# + n - 1, n] &]; Array[a, 30] (* Amiram Eldar, Apr 25 2021 *)
PROG
(PARI) a(n) = sumdiv(n, d, moebius(n/d)*binomial(d+n-1, n));
CROSSREFS
Sequence in context: A234007 A203365 A181954 * A318101 A358652 A347893
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 20 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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)