login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129953 First differences of A129952. 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; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

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

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

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..1000

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.

PROG

(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 * A079859 A118871 A019494

Adjacent sequences:  A129950 A129951 A129952 * 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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 13:14 EST 2012. Contains 206031 sequences.