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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016178 Expansion of 1/((1-7x)(1-9x)). 4
1, 16, 193, 2080, 21121, 206896, 1979713, 18640960, 173533441, 1602154576, 14701866433, 134294124640, 1222488408961, 11099284691056, 100571785292353, 909893629141120, 8222275592839681, 74233110849544336 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (16,-63)

FORMULA

a(n)=(9^(n+1)-7^(n+1))/2 = A081202(n+1). Binomial transform of A081034. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 18 2008]

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

a(n)=16*a(n-1)-63*a(n-2), n>=2. [From Vincenzo Librandi, Feb 09 2011]

MATHEMATICA

Join[{a=1, b=16}, Table[c=16*b-63*a; a=b; b=c, {n, 40}]] (*From Vladimir Joseph Stephan Orlovsky, Feb 08 2011*)

CROSSREFS

Sequence in context: A000767 A053539 A120994 * A081202 A196803 A081185

Adjacent sequences:  A016175 A016176 A016177 * A016179 A016180 A016181

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 17 21:13 EST 2012. Contains 206085 sequences.