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.

A289557 Expansion of Hypergeometric function F(1/12, 7/12; 1; 1728*x) in powers of x.

Original entry on oeis.org

1, 84, 62244, 64318800, 76748408100, 99281740718160, 135254824771706640, 191023977418391557440, 277044462249611005649700, 410066847753461267769800400, 616822552390756438979333761680, 940037569843512813004504652800320
Offset: 0

Views

Author

Seiichi Manyama, Jul 07 2017

Keywords

Crossrefs

Programs

  • PARI
    a(n) = (12^n/n!^2) * prod(k=0, n-1, (12*k+1)*(12*k+7)); \\ Michel Marcus, Jul 08 2017

Formula

a(n) * n^2 = a(n-1) * 12 * (12*n - 5) * (12*n - 11).
a(n) = (12^n/n!^2) * Product_{k=0..n-1} (12k+1)*(12k+7).
a(n) ~ 2^(6*n-5/6) * 3^(3*n) / (sqrt(Pi) * Gamma(1/6) * n^(4/3)). - Vaclav Kotesovec, Jul 08 2017