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!)
A069991 (-1)^(n+1)/14*sum(k=1,2n,C(2n+1,k)*B(k)*7^k) where C(n,k) are the binomial coefficients, B(k) the Bernoulli numbers. 0
1, 24, 1211, 107426, 14639841, 2833334908, 738420667591, 249285306765270, 105817142655593261, 55162112425933979312, 34643962156837119237651, 25799726424152610741805834, 22479598186937674926509533561 (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)*7^i)/14, ", "))
CROSSREFS
Sequence in context: A144618 A042107 A042104 * A035025 A074652 A367706
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)