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!)
A341835 Dirichlet g.f.: 1 / zeta(s)^9. 8
1, -9, -9, 36, -9, 81, -9, -84, 36, 81, -9, -324, -9, 81, 81, 126, -9, -324, -9, -324, 81, 81, -9, 756, 36, 81, -84, -324, -9, -729, -9, -126, 81, 81, 81, 1296, -9, 81, 81, 756, -9, -729, -9, -324, -324, 81, -9, -1134, 36, -324, 81, -324, -9, 756, 81, 756, 81, 81 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Dirichlet inverse of A111219.
LINKS
FORMULA
Multiplicative with a(p^e) = (-1)^e * binomial(9, e).
a(1) = 1; a(n) = -Sum_{d|n, d < n} tau_9(n/d) * a(d).
MATHEMATICA
a[1] = 1; a[n_] := Times @@ ((-1)^#[[2]] Binomial[9, #[[2]]] &/@ FactorInteger[n]); Table[a[n], {n, 58}]
PROG
(PARI) for(n=1, 100, print1(direuler(p=2, n, (1 - X)^9)[n], ", ")) \\ Vaclav Kotesovec, Feb 22 2021
CROSSREFS
Row 9 of A346148.
Sequence in context: A145954 A003874 A339735 * A097988 A103646 A246314
KEYWORD
sign,mult
AUTHOR
Ilya Gutkovskiy, Feb 21 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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)