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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136302 Transform of A000027 by the T_{1,1} transformation (see link). 3
2, 6, 15, 35, 81, 188, 437, 1016, 2362, 5491, 12765, 29675, 68986, 160373, 372822, 866706, 2014847, 4683951, 10888865, 25313540, 58846841, 136802308, 318026782, 739322571, 1718716457, 3995531011, 9288482690, 21593102505, 50197873146 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Richard Choulet, Curtz-like transformation.

FORMULA

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

a(n+3)=3*a(n+2)-2*a(n+1)+a(n) (n>=0) [From Richard Choulet (richardchoulet(AT)yahoo.fr), Apr 07 2009]

MAPLE

a := n -> (Matrix([6, 2, 1]). Matrix([[3, 1, 0], [ -2, 0, 1], [1, 0, 0]])^n)[1, 3]; seq (a(n), n=1..40); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 14 2008]

CROSSREFS

Sequence in context: A126764 A090982 A153517 * A116404 A084860 A084798

Adjacent sequences:  A136299 A136300 A136301 * A136303 A136304 A136305

KEYWORD

nonn,easy

AUTHOR

Richard Choulet (richardchoulet(AT)yahoo.fr), Mar 22 2008

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 14 2008

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 15 07:42 EST 2012. Contains 205717 sequences.