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!)
A199566 (7*9^n+1)/2. 1
4, 32, 284, 2552, 22964, 206672, 1860044, 16740392, 150663524, 1355971712, 12203745404, 109833708632, 988503377684, 8896530399152, 80068773592364, 720618962331272, 6485570660981444, 58370135948832992, 525331223539496924 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 4*A187709(n).
a(n) = 9*a(n-1)-4.
a(n) = 10*a(n-1)-9*a(n-2).
G.f.: 4*(1-2*x)/((1-x)*(1-9*x)).
MATHEMATICA
(7*9^Range[0, 20]+1)/2 (* or *) LinearRecurrence[{10, -9}, {4, 32}, 20] (* Harvey P. Dale, Dec 08 2012 *)
PROG
(Magma) [(7*9^n+1)/2: n in [0..30]];
CROSSREFS
Sequence in context: A145710 A264633 A319183 * A370160 A366663 A110901
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 08 2011
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)