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!)
A083011 a(n) = Sum_{k=0..n-1} 7^k*B(k)*binomial(n,k) where B(k) is the k-th Bernoulli number. 9
0, 1, -6, 15, 36, -335, -1098, 16955, 73032, -1503963, -8075430, 204957775, 1319806188, -39666688711, -297958666242, 10337889346275, 88743928066704, -3489994294713779, -33703905982634334, 1481439997178305655, 15896303102840841780, -772269573963075710367 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Range[0, 15]! CoefficientList[ Series[ 7x/(1 + Exp[x] + Exp[ 2x] + Exp[ 3x] + Exp[ 4x] + Exp[ 5x] + Exp[ 6x]), {x, 0, 15}], x] (* Robert G. Wilson v, Oct 26 2012 *)
PROG
(PARI) a(n)=sum(k=0, n-1, 7^k*binomial(n, k)*bernfrac(k))
CROSSREFS
Cf. A001469.
Sequence in context: A245470 A135854 A221905 * A299267 A254008 A277089
KEYWORD
sign
AUTHOR
Benoit Cloitre, May 31 2003
EXTENSIONS
Offset changed to 0 by Seiichi Manyama, Sep 28 2016
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 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)