cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A303440 Expansion of Product_{k>=1} ((1 + (2^k*x)^k)/(1 - (2^k*x)^k))^(1/2^k).

Original entry on oeis.org

1, 2, 10, 148, 8502, 2114924, 2151771524, 8800410198536, 144132802083312550, 9445021284412120235340, 2475898969479166225559648172, 2596153381122039693822323043973720, 10889040933791649565507987988056678914620
Offset: 0

Views

Author

Seiichi Manyama, Apr 24 2018

Keywords

Crossrefs

Programs

  • PARI
    N=20; x='x+O('x^N); Vec(prod(k=1, N, ((1+(2^k*x)^k)/(1-(2^k*x)^k))^(1/2^k)))

Formula

a(n) ~ 2^(n^2 - n + 1). - Vaclav Kotesovec, Apr 25 2018
Showing 1-1 of 1 results.