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!)
A295234 Expansion of Product_{k>=1} (1 - k*x^k)^(k^(k-1)). 1
1, -1, -4, -23, -225, -2765, -42291, -758931, -15672042, -365632740, -9512462314, -273071185192, -8574979449941, -292421476560437, -10762598186760785, -425244979326332068, -17953805056325313497, -806668085786772161511 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = -n^(n-1), g(n) = n.
LINKS
FORMULA
Convolution inverse of A294957.
a(0) = 1 and a(n) = -(1/n) * Sum_{k=1..n} A294956(k)*a(n-k) for n > 0.
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1-k*x^k)^k^(k-1)))
CROSSREFS
Sequence in context: A099692 A283499 A305787 * A306152 A292312 A316083
KEYWORD
sign
AUTHOR
Seiichi Manyama, Nov 18 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 August 28 05:00 EDT 2024. Contains 375477 sequences. (Running on oeis4.)