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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016185 9^n - 8^n. 11
0, 1, 17, 217, 2465, 26281, 269297, 2685817, 26269505, 253202761, 2413042577, 22791125017, 213710059745, 1992110014441, 18478745943857, 170706760005817, 1571545212141185, 14425381885981321, 132080236787517137 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

G.f.: x/((1-8x)(1-9x)).

E.g.f.: e^(9*x)-e^(8*x). [From Mohammad K. Azarian (azarian(AT)evansville.edu), Jan 14 2009]

a(0)=0, a(n)=9*a(n-1)+8^(n-1). [From Vincenzo Librandi, Feb 09 2011]

a(0)=0, a(1)=1, a(n)=17*a(n-1)-72*a(n-2). [From Vincenzo Librandi, Feb 09 2011]

MATHEMATICA

Join[{a=0, b=1}, Table[c=17*b-72*a; a=b; b=c, {n, 40}]] (*From Vladimir Joseph Stephan Orlovsky, Feb 09 2011*)

CROSSREFS

Sequence in context: A009441 A016293 A139733 * A125452 A016238 A016181

Adjacent sequences:  A016182 A016183 A016184 * A016186 A016187 A016188

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 14 10:24 EST 2012. Contains 205614 sequences.