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”).

A026397
Sum{T(n-k,k)}, 0<=k<=[ n/2 ], where T is the array in A026386.
0
1, 2, 3, 6, 10, 17, 31, 53, 92, 163, 282, 492, 863, 1501, 2621, 4582, 7987, 13946, 24354, 42489, 74179, 129497, 226000, 394523, 688670, 1202020, 2098239, 3662553, 6392969, 11159290, 19478867, 34000750, 59349706, 103596641
OFFSET
0,2
FORMULA
Pairwise sums of A026385. - Ralf Stephan, Jul 22 2003
G.f.: [(1+x)(1+x+x^2)]/[1-x^2-3x^3-x^4]. - Ralf Stephan, Apr 30 2004
MATHEMATICA
LinearRecurrence[{0, 1, 3, 1}, {1, 2, 3, 6}, 40] (* Harvey P. Dale, Apr 15 2015 *)
CROSSREFS
Sequence in context: A135431 A123908 A233268 * A193200 A026779 A081028
KEYWORD
nonn
STATUS
approved