Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129953
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129953 First differences of A129952. +0
5
0, 1, 4, 10, 24, 56, 128, 288, 640, 1408, 3072, 6656, 14336, 30720, 65536, 139264, 294912, 622592, 1310720, 2752512, 5767168, 12058624, 25165824, 52428800, 109051904, 226492416, 469762048, 973078528, 2013265920, 4160749568 (list; graph; listen)
OFFSET

0,3

COMMENT

a(n) = A129952(n+1) - A129952(n).

a(n) = A087447(n) for n > 0.

FORMULA

a(0) = 0, a(1) = 1; for n > 1, a(n) = (n+2)*2^(n-2).

G.f.: x*(1-2*x^2)/(1-2*x)^2.

PROGRAM

(MAGMA) m:=16; S:=&cat[ [ 1, 2*i ]: i in [0..m] ]; T:=[ &+[ Binomial(j-1, k-1)*S[k]: k in [1..j] ]: j in [1..2*m] ]; [ T[n+1]-T[n]: n in[1..2*m-1] ]; /* Klaus Brockhaus, Jun 17 2007 */

(PARI) {m=29; print1(0, ", ", 1, ", "); for(n=2, m, print1((n+2)*2^(n-2), ", "))} /* Klaus Brockhaus, Jun 17 2007 */

CROSSREFS

Cf. A129952, A087447.

Sequence in context: A090855 A052252 A087447 this_sequence A079859 A118871 A019494

Adjacent sequences: A129950 A129951 A129952 this_sequence A129954 A129955 A129956

KEYWORD

nonn

AUTHOR

Paul Curtz (bpcrtz(AT)free.fr), Jun 10 2007

EXTENSIONS

Edited and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jun 17 2007

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 July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research