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!)
A303153 Expansion of Product_{n>=1} (1 - (16*x)^n)^(1/4). 6

%I #14 Apr 20 2018 08:43:23

%S 1,-4,-88,-992,-19360,-97152,-4296448,4539392,-568015360,-127621120,

%T -39357927424,2424998313984,-38804685471744,799759166930944,

%U 4879962868940800,41563181340426240,585185165832486912,55834295603426754560,-75535223925056208896

%N Expansion of Product_{n>=1} (1 - (16*x)^n)^(1/4).

%C This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = -1/4, g(n) = 16^n.

%H Seiichi Manyama, <a href="/A303153/b303153.txt">Table of n, a(n) for n = 0..500</a>

%o (PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1-(16*x)^k)^(1/4)))

%Y Expansion of Product_{n>=1} (1 - ((b^2)*x)^n)^(1/b): A010815 (b=1), A298411 (b=2), A303152 (b=3), this sequence (b=4), A303154 (b=5).

%Y Cf. A303124, A303135.

%K sign

%O 0,2

%A _Seiichi Manyama_, Apr 19 2018

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 19 04:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)