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!)
A341833 Dirichlet g.f.: 1 / zeta(s)^7. 8
1, -7, -7, 21, -7, 49, -7, -35, 21, 49, -7, -147, -7, 49, 49, 35, -7, -147, -7, -147, 49, 49, -7, 245, 21, 49, -35, -147, -7, -343, -7, -21, 49, 49, 49, 441, -7, 49, 49, 245, -7, -343, -7, -147, -147, 49, -7, -245, 21, -147, 49, -147, -7, 245, 49, 245, 49, 49, -7, 1029, -7, 49 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Dirichlet inverse of A111217.
LINKS
FORMULA
Multiplicative with a(p^e) = (-1)^e * binomial(7, e).
a(1) = 1; a(n) = -Sum_{d|n, d < n} tau_7(n/d) * a(d).
MATHEMATICA
a[1] = 1; a[n_] := Times @@ ((-1)^#[[2]] Binomial[7, #[[2]]] &/@ FactorInteger[n]); Table[a[n], {n, 62}]
PROG
(PARI) for(n=1, 100, print1(direuler(p=2, n, (1 - X)^7)[n], ", ")) \\ Vaclav Kotesovec, Feb 22 2021
CROSSREFS
Row 7 of A346148.
Sequence in context: A094248 A282828 A339722 * A253071 A283916 A146804
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)