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!)
A069992 (-1)^(n+1)/3*sum(k=1,2n,C(2n+1,k)*B(k)*6^k) where C(n,k) are the binomial coefficients, B(k) the Bernoulli numbers. 0
3, 57, 2123, 138609, 13883283, 1974243241, 378027128283, 93761532169953, 29240923237509923, 11199084302796542745, 5167442341466021937003, 2827285169201754895553617, 1809878752362221218378054323 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) for(n=1, 25, print1(-(-1)^n*sum(i=1, 2*n, binomial(2*n+1, i)*bernfrac(i)*6^i)/3, ", "))
CROSSREFS
Sequence in context: A254570 A308404 A009723 * A012196 A012090 A210674
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 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)