[go: up one dir, main page]

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!)
A341836 Dirichlet g.f.: 1 / zeta(s)^10. 8
1, -10, -10, 45, -10, 100, -10, -120, 45, 100, -10, -450, -10, 100, 100, 210, -10, -450, -10, -450, 100, 100, -10, 1200, 45, 100, -120, -450, -10, -1000, -10, -252, 100, 100, 100, 2025, -10, 100, 100, 1200, -10, -1000, -10, -450, -450, 100, -10, -2100, 45, -450, 100, -450 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Dirichlet inverse of A111220.
LINKS
FORMULA
Multiplicative with a(p^e) = (-1)^e * binomial(10, e).
a(1) = 1; a(n) = -Sum_{d|n, d < n} tau_10(n/d) * a(d).
MATHEMATICA
a[1] = 1; a[n_] := Times @@ ((-1)^#[[2]] Binomial[10, #[[2]]] &/@ FactorInteger[n]); Table[a[n], {n, 52}]
PROG
(PARI) for(n=1, 100, print1(direuler(p=2, n, (1 - X)^10)[n], ", ")) \\ Vaclav Kotesovec, Feb 22 2021
CROSSREFS
Row 10 of A346148.
Sequence in context: A371958 A201027 A003875 * A328530 A238017 A111220
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 August 29 21:13 EDT 2024. Contains 375518 sequences. (Running on oeis4.)