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!)
A016183 Expansion of 1/((1-7x)(1-11x)). 0
1, 18, 247, 3060, 36061, 413478, 4665907, 52148520, 579398521, 6413737338, 70833585967, 781146772380, 8606455783381, 94767902627598, 1043125151976427, 11479124233250640, 126303599496326641 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
((9+sqrt4)^n - (9-sqrt4)^n)/4 in Fibonacci form. Offset 1. a(3)=247. - Al Hakanson (hawkuu(AT)gmail.com), Dec 31 2008
a(n) = 18*a(n-1) - 77*a(n-2). - Philippe Deléham, Jan 01 2009
a(n) = 11*a(n-1) + 7^n, a(0)=1. - Vincenzo Librandi, Feb 09 2011
MATHEMATICA
Join[{a=1, b=18}, Table[c=18*b-77*a; a=b; b=c, {n, 40}]] (* Vladimir Joseph Stephan Orlovsky, Feb 09 2011 *)
CROSSREFS
Sequence in context: A001713 A110395 A153600 * A016239 A153886 A154241
KEYWORD
nonn
AUTHOR
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)