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!)
A283264 Expansion of exp( Sum_{n>=1} -sigma_4(n)*x^n/n ) in powers of x. 9
1, -1, -8, -19, -9, 127, 500, 1038, 448, -4967, -21463, -50043, -59084, 70418, 600080, 1837349, 3532062, 3179251, -6965009, -42260393, -119597290, -224546234, -223670132, 292245783, 2156083245, 6428174973, 13030612271, 16820582355, -133402359, -78307103593 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: Product_{n>=1} (1 - x^n)^(n^3).
a(n) = -(1/n)*Sum_{k=1..n} sigma_4(k)*a(n-k).
PROG
(SageMath) # uses[EulerTransform from A166861]
b = EulerTransform(lambda n: -n^3)
print([b(n) for n in range(30)]) # Peter Luschny, Nov 11 2020
CROSSREFS
Column k=3 of A283272.
Cf. A023872 (exp( Sum_{n>=1} sigma_4(n)*x^n/n )).
Cf. exp( Sum_{n>=1} -sigma_k(n)*x^n/n ): A010815 (k=1), A073592 (k=2), A283263 (k=3), this sequence (k=4), A283271 (k=5).
Sequence in context: A081968 A076096 A222636 * A294588 A259169 A293983
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 04 2017
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 September 2 12:39 EDT 2024. Contains 375613 sequences. (Running on oeis4.)