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

%I #5 Mar 30 2012 18:38:58

%S 3,57,2123,138609,13883283,1974243241,378027128283,93761532169953,

%T 29240923237509923,11199084302796542745,5167442341466021937003,

%U 2827285169201754895553617,1809878752362221218378054323

%N (-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.

%o (PARI) for(n=1,25,print1(-(-1)^n*sum(i=1,2*n,binomial(2*n+1,i)*bernfrac(i)*6^i)/3,","))

%K easy,nonn

%O 1,1

%A _Benoit Cloitre_, May 01 2002

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 24 16:25 EDT 2024. Contains 371961 sequences. (Running on oeis4.)