login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158609 Expansion of (1+8*x)/(1-x-81*x^2). 2
1, 9, 90, 819, 8109, 74448, 731277, 6761565, 65995002, 613681767, 5959276929, 55667500056, 538368931305, 5047436435841, 48655319871546, 457497671174667, 4398578580769893, 41455889945917920, 397740754988279253 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
H. S. M. Coxeter, Regular Polytopes, 3rd ed., Dover, NY, 1973, page 221.
LINKS
FORMULA
a(n) = a(n-1) + 81*a(n-2), a(0)=1, a(1)=9. - Philippe Deléham, Mar 26 2009
MATHEMATICA
M = {{0, t}, {t, 1/t}};
v[0] = {1, 1};
v[n_] := v[n] = M.v[n - 1];
t = 3;
a = Table[t^n*v[n][[1]], {n, 0, 30}]
CROSSREFS
Sequence in context: A052386 A246941 A186510 * A229250 A242161 A227713
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Mar 22 2009
EXTENSIONS
Clearer definition from Philippe Deléham, Mar 26 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)