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!)
A083008 a(n) = Sum_{k=0..n-1} 4^k*B(k)*C(n,k) where B(k) is the k-th Bernoulli number and C(n,k) = binomial(n,k). 10
0, 1, -3, 3, 9, -25, -99, 427, 2193, -12465, -79515, 555731, 4247577, -35135945, -313193811, 2990414715, 30461046561, -329655706465, -3777604994187, 45692713833379, 581778811909545, -7777794952988025, -108933009112011843, 1595024111042171723, 24370176181315498929 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: 4*x/(1+exp(x)+exp(2*x)+exp(3*x)). - Ira M. Gessel, Feb 23 2012
a(n) ~ n! * (cos(n*Pi/2)-sin(n*Pi/2)) * 2^(n+1) / Pi^n. - Vaclav Kotesovec, Mar 02 2014
MATHEMATICA
Range[0, 15]! CoefficientList[ Series[ 4x/(1 + Exp[x] + Exp[ 2x] + Exp[ 3x]), {x, 0, 15}], x] (* Robert G. Wilson v, Oct 26 2012 *)
Table[Sum[4^k*BernoulliB[k] Binomial[n, k], {k, 0, n - 1}], {n, 0, 24}] (* Michael De Vlieger, Sep 28 2016 *)
PROG
(PARI) a(n)=sum(k=0, n-1, 4^k*binomial(n, k)*bernfrac(k))
CROSSREFS
Cf. A001469.
Bisection is A009843.
Sequence in context: A184694 A215885 A176158 * A268092 A229024 A117976
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 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)