The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A162759 a(n) = 16*a(n-1)-61*a(n-2) for n > 1; a(0) = 1, a(1) = 9. 1
1, 9, 83, 779, 7401, 70897, 682891, 6601539, 63968273, 620798489, 6030711171, 58622670907, 570089353081, 5545446723969, 53951697045563, 524954902566899, 5108224921291041, 49709349684075817, 483747874746459571 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Eighth binomial transform of A108411. Binomial transform of A162758.
LINKS
FORMULA
a(n) = ((3+sqrt(3))*(8+sqrt(3))^n+(3-sqrt(3))*(8-sqrt(3))^n)/6.
G.f.: (1-7*x)/(1-16*x+61*x^2).
MATHEMATICA
LinearRecurrence[{16, -61}, {1, 9}, 30] (* Harvey P. Dale, Jan 18 2014 *)
PROG
(Magma) [ n le 2 select 8*n-7 else 16*Self(n-1)-61*Self(n-2): n in [1..19] ];
CROSSREFS
Cf. A108411 (powers of 3 repeated), A162758.
Sequence in context: A037502 A037679 A015579 * A147960 A155499 A321294
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Jul 13 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 June 7 00:18 EDT 2024. Contains 373138 sequences. (Running on oeis4.)