Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136444
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136444 Sum k*binomial(n-k, 2k). +0
8
0, 0, 0, 1, 3, 6, 12, 25, 51, 101, 197, 381, 731, 1392, 2634, 4958, 9290, 17337, 32239, 59760, 110460, 203651, 374593, 687567, 1259597, 2303449, 4205493, 7666560, 13956532, 25374108, 46076436, 83575025, 151431099, 274108826, 495708364, 895670733, 1617003823, 2916984121 (list; graph; listen)
OFFSET

0,5

COMMENT

Consider four related sequences: A_n = \sum {n-k \choose 2k}, B_n = \sum {n-k \choose 2k+1}, A^*_n = \sum k{n-k \choose 2k}, B^*_n = \sum k{n-k \choose 2k+1}.

Sequence A_n, with generating function (1-z)/p(z) where p(z)=1-2z+z^2-z^3, is A005251.

Sequence B_n, with generating function z/p(z), is A005314.

Sequence A^*_n is the present sequence.

Sequence B^*_n is A118430, but shifted one place so that the generating function is z^4/p(z)^2 instead of z^3/p(z)^2.

These sequences have many inter-relations; for example

B_{n+1}-B_n = A_n; B^*_{n+1}-B^*_n = A^*_n;

A_{n+1}-A_n = B_{n-1}; A^*_{n+1}-A^*_n = B^*_{n-1}+B_{n-1}.

REFERENCES

D. E. Knuth, The Art of Computer Programming, Vol. 4A, Section 7.1.4.

FORMULA

G.f.: z^3*(1-z)/(1-2*z+z^2-z^3)^2.

MAPLE

a := n-> (Matrix([[0, 0, 1, 1, -3, -5]]). Matrix(6, (i, j)-> if (i=j-1) then 1 elif j=1 then [4, -6, 6, -5, 2, -1][i] else 0 fi)^n)[1, 1]; seq (a(n), n=0..37); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 13 2008]

CROSSREFS

Cf. A005251, A005314, A118430, A136445, A137356-A137361.

Adjacent sequences: A136441 A136442 A136443 this_sequence A136445 A136446 A136447

Sequence in context: A007239 A088970 A068425 this_sequence A077854 A099445 A004067

KEYWORD

nonn

AUTHOR

D. E. Knuth, Apr 04 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 11 09:12 EDT 2008. Contains 144832 sequences.


AT&T Labs Research