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!)
A275458 G.f.: 3F2([4/9, 5/9, 7/9], [2/3, 1], 729 x). 1
1, 210, 91728, 48348300, 27795877200, 16801416515520, 10492649333712000, 6704867164952174400, 4357981459741604877000, 2869985317222538272758000, 1909866367099566641482516800, 1281775836140482143996826609500, 866321769175062822028788514251300, 589012467640059218480339437176228000 (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([4/9, 5/9, 7/9], [2/3, 1], 729*x).
D-finite with recurrence n^2*(3*n-1)*a(n) -3*(9*n-5)*(9*n-4)*(9*n-2)*a(n-1)=0. - R. J. Mathar, Jul 27 2022
EXAMPLE
1 + 210*x + 91728*x^2 + 48348300*x^3 + ...
MATHEMATICA
HypergeometricPFQ[{4/9, 5/9, 7/9}, {2/3, 1}, 729 x] + O[x]^14 // CoefficientList[#, x]& (* Jean-François Alcover, Oct 23 2018 *)
PROG
(PARI) \\ system("wget http://www.jjj.de/pari/hypergeom.gpi");
read("hypergeom.gpi");
N = 12; x = 'x + O('x^N);
Vec(hypergeom([4/9, 5/9, 7/9], [2/3, 1], 729*x, N))
CROSSREFS
Sequence in context: A014979 A356690 A362945 * A353111 A229671 A134236
KEYWORD
nonn
AUTHOR
Gheorghe Coserea, Jul 31 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 23 05:59 EDT 2024. Contains 371906 sequences. (Running on oeis4.)