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!)
A294620 Expansion of Product_{k>0} (1 - k^2*x^k)^(1/k). 2
1, -1, -2, -1, -3, 7, -12, 32, -10, -15, 77, 187, -760, 846, 1382, -4197, 1371, 6650, -9991, 19220, -32439, -80889, 290596, 127853, -1372003, 913414, 3253746, -6728692, 2302327, 14461937, -46087740, 66588519, 15702643, -357119564, 752905288, 310992687 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1 and a(n) = -(1/n) * Sum_{k=1..n} A073705(k)*a(n-k) for n > 0.
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1-k^2*x^k)^(1/k)))
CROSSREFS
Sequence in context: A077173 A063509 A137766 * A010758 A259419 A019224
KEYWORD
sign
AUTHOR
Seiichi Manyama, Nov 05 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 April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)