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!)
A303443 Expansion of Product_{k>=1} ((1 + 8^k*x^k)/(1 - 8^k*x^k))^(1/8^k). 3
1, 2, 4, 50, 98, 1830, 7264, 89326, 247252, 4520886, 20225372, 241414342, 786393322, 12744704970, 62688642800, 771140700226, 2635449405522, 40907909552038, 211134761381948, 2451388697035478, 9148627707018230, 143396849321918482, 743716982801639120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
nmax = 30; CoefficientList[Series[Exp[Sum[((-1)^j - 1) / (j*(1 - 1/(8^(j-1)*x^j))), {j, 1, nmax}]], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 25 2018 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, ((1+8^k*x^k)/(1-8^k*x^k))^(1/8^k)))
CROSSREFS
Sequence in context: A181179 A175814 A303382 * A277034 A156498 A211169
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 24 2018
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 18 17:56 EDT 2024. Contains 371781 sequences. (Running on oeis4.)