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!)
A275452 G.f.: 3F2([1/9, 4/9, 7/9], [1/3, 1], 729 x). 1
1, 84, 32760, 16302000, 9020711700, 5299182393120, 3234930051733380, 2028415806982164600, 1297264109283593451000, 842341453312777393815840, 553562736218491223861661024, 367351669654325623384052435136, 245756466255265144369306647476400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
"Other hypergeometric 'blind spots' for Christol’s conjecture" - (see Bostan link).
LINKS
A. Bostan, S. Boukraa, G. Christol, S. Hassani, J-M. Maillard Ising n-fold integrals as diagonals of rational functions and integrality of series expansions: integrality versus modularity, arXiv:1211.6031 [math-ph], 2012.
FORMULA
G.f.: hypergeom([1/9, 4/9, 7/9], [1/3, 1], 729*x).
From Vaclav Kotesovec, Jul 31 2016: (Start)
Recurrence: n^2*(3*n - 2)*a(n) = 3*(9*n - 8)*(9*n - 5)*(9*n - 2)*a(n-1).
a(n) ~ Gamma(1/3) * 3^(6*n) / (Gamma(1/9) * Gamma(4/9) * Gamma(7/9) * n).
a(n) ~ 2^(2/9) * Gamma(1/3) * sin(Pi/9) * 3^(6*n) / (sqrt(Pi) * Gamma(4/9) * Gamma(7/18) * n).
(End)
a(n) = (729^n * Gamma(1/3) * Gamma(1/9 + n) * Gamma(4/9+n) * Gamma(7/9 + n))/(n!^2*Gamma(1/9) * Gamma(4/9) * Gamma(7/9) * Gamma(1/3 + n)). - Benedict W. J. Irwin, Aug 09 2016
EXAMPLE
1 + 84*x + 32760*x^2 + ...
MATHEMATICA
CoefficientList[Series[HypergeometricPFQ[{1/9, 4/9, 7/9}, {1/3, 1}, 729*x], {x, 0, 20}], x] (* Vaclav Kotesovec, Jul 31 2016 *)
FullSimplify[Table[(729^n Gamma[1/3] Gamma[1/9 + n] Gamma[4/9 + n] Gamma[7/9 + n])/((n!)^2 Gamma[1/9] Gamma[4/9] Gamma[7/9] Gamma[1/3 + n]), {n, 0, 20}]] (* Benedict W. J. Irwin, Aug 09 2016 *)
PROG
(PARI) \\ system("wget http://www.jjj.de/pari/hypergeom.gpi");
read("hypergeom.gpi");
N = 12; x = 'x + O('x^N);
hypergeom([1/9, 4/9, 7/9], [1/3, 1], 729*x, N)
CROSSREFS
Sequence in context: A202923 A232914 A145495 * A269933 A184126 A185403
KEYWORD
nonn
AUTHOR
Gheorghe Coserea, Jul 30 2016
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)