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!)
A069989 (-1)^(n+1)/2*sum(k=1,2n,C(2n+1,k)*B(k)*4^k) where C(n,k) are the binomial coefficients, B(k) the Bernoulli numbers. 0
1, 13, 213, 6233, 277865, 17567973, 1495207357, 164827853233, 22846356916689, 3888897476494013, 797512055521085861, 193931677044463586313, 55175478875457172546873, 18157764800352633049290133 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) for(n=1, 25, print1(-(-1)^n*sum(i=1, 2*n, binomial(2*n+1, i)*bernfrac(i)*3^i)/2, ", "))
CROSSREFS
Sequence in context: A340431 A251093 A132542 * A140517 A096141 A218475
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 01 2002
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 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)