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!)
A069988 (-1)^(n+1)/6*sum(k=1,2n+1,C(2n+1,k)*B(k)*3^k) where C(n,k) are the binomial coefficients, B(k) the Bernoulli numbers. 0
0, 1, 8, 135, 3386, 120469, 5767884, 357666403, 27886211102, 2670067220337, 308003491726640, 42129829536116671, 6742323657098884098, 1248097176923675241805, 264614795104954119229076 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(PARI) for(n=1, 25, print1(-(-1)^n*sum(i=1, 2*n+1, binomial(2*n+1, i)*bernfrac(i)*3^i)/6, ", "))
CROSSREFS
Sequence in context: A003375 A007032 A215553 * A229237 A291699 A292914
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 March 28 10:55 EDT 2024. Contains 371241 sequences. (Running on oeis4.)