login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A080925
Binomial transform of Jacobsthal gap sequence (A080924).
6
0, 1, 5, 13, 41, 121, 365, 1093, 3281, 9841, 29525, 88573, 265721, 797161, 2391485, 7174453, 21523361, 64570081, 193710245, 581130733, 1743392201, 5230176601, 15690529805, 47071589413, 141214768241, 423644304721, 1270932914165
OFFSET
0,3
FORMULA
a(n)=Sum{k=1..n, Binomial(n, 2k-2)2^(2k-2)}
a(n)=(3^n-2*0^n+(-1)^n)/2; G.f.: x(1+3x)/((1+x)(1-3x)); E.g.f.: (exp(3x)-2exp(0)+exp(-x))/2. - Paul Barry, May 19 2003
MATHEMATICA
CoefficientList[Series[x (1 + 3 x) / ((1 + x) (1 - 3 x)), {x, 0, 40}], x] (* Vincenzo Librandi, Aug 05 2013 *)
CROSSREFS
Sequence in context: A287017 A229747 A182300 * A164907 A046717 A352916
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Feb 26 2003
STATUS
approved