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!)
A083012 a(n) = Sum_{k=0..n-1} 8^k*B(k)*binomial(n,k) where B(k) is the k-th Bernoulli number. 9
0, 1, -7, 21, 49, -595, -1911, 39109, 165473, -4525731, -23883335, 805349237, 5097585297, -203564524787, -1503073984279, 69292329479205, 584713994953921, -30553447357629763, -290046835163027943, 16939595863125337813, 178676615255242261745 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Range[0, 15]! CoefficientList[ Series[ 8x/(1 + Exp[x] + Exp[ 2x] + Exp[ 3x] + Exp[ 4x] + Exp[ 5x] + Exp[ 6x] + Exp[ 7x]), {x, 0, 15}], x] (* Robert G. Wilson v, Oct 26 2012 *)
PROG
(PARI) a(n)=sum(k=0, n-1, 8^k*binomial(n, k)*bernfrac(k))
CROSSREFS
Cf. A001469.
Sequence in context: A146637 A146701 A146613 * A233329 A070313 A146733
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)