Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A130624
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A130624 Binomial transform of A101000. +0
3
0, 1, 5, 12, 23, 43, 84, 169, 341, 684, 1367, 2731, 5460, 10921, 21845, 43692, 87383, 174763, 349524, 699049, 1398101, 2796204, 5592407, 11184811, 22369620, 44739241, 89478485, 178956972, 357913943, 715827883, 1431655764, 2863311529 (list; graph; listen)
OFFSET

0,3

FORMULA

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

a(0) = 0; a(n+1) = 2*a(n) + A119910(n).

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

PROGRAM

(PARI) {m=32; v=concat([0, 1, 5], vector(m-3)); for(n=4, m, v[n]=3*v[n-1]-3*v[n-2]+2*v[n-3]); v} /* Klaus Brockhaus, Jun 21 2007 */

(MAGMA) m:=32; S:=[ [0, 1, 3][ (n-1) mod 3 +1 ]: n in [1..m] ]; [ &+[ Binomial(i-1, k-1)*S[k]: k in [1..i] ]: i in [1..m] ]; /* Klaus Brockhaus, Jun 21 2007 */

CROSSREFS

Cf. A101000, A119910, A130625 (first differences), A130626 (second differences).

Adjacent sequences: A130621 A130622 A130623 this_sequence A130625 A130626 A130627

Sequence in context: A054307 A126573 A000327 this_sequence A066869 A023172 A100479

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Edited and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jun 21 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 October 7 14:39 EDT 2008. Contains 144666 sequences.


AT&T Labs Research