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.

A275461 G.f.: 3F2([2/9, 5/9, 7/9], [2/3, 1], 729 x).

Original entry on oeis.org

1, 105, 38808, 18595500, 10000998000, 5742915942960, 3440119256028000, 2122455291847675200, 1338358017590361495000, 858192528139829777895000, 557657055926757140695941600, 366299456771890110076863664500, 242765837117133913048941576656100, 162109136966873437562041203714292500
Offset: 0

Views

Author

Gheorghe Coserea, Jul 31 2016

Keywords

Comments

"Other hypergeometric 'blind spots' for Christol’s conjecture" - (see Bostan link).

Examples

			1 + 105*x + 38808*x^2 + 18595500*x^3 + ...
		

Crossrefs

Programs

  • Mathematica
    HypergeometricPFQ[{2/9, 5/9, 7/9}, {2/3, 1}, 729 x] + O[x]^14 // CoefficientList[#, x]& (* Jean-François Alcover, Oct 23 2018 *)
  • PARI
    \\ system("wget http://www.jjj.de/pari/hypergeom.gpi");
    read("hypergeom.gpi");
    N = 12; x = 'x + O('x^N);
    Vec(hypergeom([2/9, 5/9, 7/9], [2/3, 1], 729*x, N))

Formula

G.f.: hypergeom([2/9, 5/9, 7/9], [2/3, 1], 729*x).
D-finite with recurrence n^2*(3*n-1)*a(n) -3*(9*n-7)*(9*n-4)*(9*n-2)*a(n-1)=0. - R. J. Mathar, Jul 27 2022
a(n) ~ (1 + 2*cos(2*Pi/9)) * Gamma(4/9) * 3^(6*n - 1/2) / (2*Pi * Gamma(1/3) * n^(10/9)). - Vaclav Kotesovec, Apr 27 2024