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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A163068 a(n) = 16*a(n-1)-59*a(n-2) for n > 1; a(0) = 2, a(1) = 21. 1
2, 21, 218, 2249, 23122, 237261, 2431978, 24913249, 255125282, 2612122821, 26741573498, 273749929529, 2802246036082, 28684690735101, 293622535632778, 3005563816753489, 30765291465721922, 314916398263094901 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Binomial transform of A163067.

FORMULA

a(n) = ((2+sqrt(5))*(8+sqrt(5))^n+(2-sqrt(5))*(8-sqrt(5))^n)/2.

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

PROG

(MAGMA) [ n le 2 select 19*n-17 else 16*Self(n-1)-59*Self(n-2): n in [1..18] ];

CROSSREFS

Cf. A163067.

Sequence in context: A037743 A037638 A131698 * A109684 A137287 A155872

Adjacent sequences:  A163065 A163066 A163067 * A163069 A163070 A163071

KEYWORD

nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 20 2009

EXTENSIONS

Definition corrected by Vincenzo Librandi, Dec 18 2010

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 15:20 EST 2012. Contains 205823 sequences.