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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095363 a(n)=(-1)^n*b(2n-1,2) where b(n,p)=sum(k=0,n,p^k*C(2*k,k)*C(n+k,n-k)*B(k)) and B(k)= k-th Bernoulli number. 0
1, 9, 225, 12593, 1273185, 203040057, 46870307393, 14772264119265, 6093038643430977, 3184951975892962025, 2057288080685705015841, 1609059940237527517292049, 1498486085527475212138686625 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

denominator of a(n)/(n*(2n-1)) = A006519(n)

PROG

(PARI) b(n, p)=sum(k=0, n, (p)^k*binomial(2*k, k)*binomial(n+k, n-k)*bernfrac(k)); a(n)=(-1)^n*b(2*n-1, 2)

CROSSREFS

Sequence in context: A079727 A128492 A001818 * A138564 A158728 A197406

Adjacent sequences:  A095360 A095361 A095362 * A095364 A095365 A095366

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jul 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 17 11:46 EST 2012. Contains 206011 sequences.