login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098275 Coefficients in a simultaneous approximation to Li(2,-1) and Li(3,-1). 1
1, 8, 264, 13040, 778840, 51955008, 3725735664, 281152383072, 22035642730200, 1778348612268800, 146898506147371264, 12366649337021296512, 1057604322007893443056, 91656070874708097813440 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

W. Zudilin, Approximations to -, di and trilogarithms

FORMULA

Sum[i=0..n, Sum[j=0..n C(n, i)^2*C(n, j)^2*C(n+i, n)*C(n+j, n)]].

PROG

(PARI) a(n)=sum(i=0, n, sum(j=0, n, binomial(n, i)^2*binomial(n, j)^2*binomial(n+i, n)*binomial(i+j, i)))

CROSSREFS

Cf. A005258, A098274.

Sequence in context: A162083 A081058 A003386 * A129424 A159496 A045479

Adjacent sequences:  A098272 A098273 A098274 * A098276 A098277 A098278

KEYWORD

nonn,easy

AUTHOR

Ralf Stephan, Sep 03 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 18:22 EST 2012. Contains 205835 sequences.