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.

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

Original entry on oeis.org

1, 2, 130, 524588, 137440010582, 2305843284159782076, 2475880083182464573602036628, 170141183465420992188660515119769982616, 748288838313762576487529438443476930331940262147046
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+(8^k*x)^k)/(1-(8^k*x)^k))^(1/8^k)))

Formula

a(n) ~ 2^(3*n^2 - 3*n + 1). - Vaclav Kotesovec, Apr 25 2018