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!)
A199680 a(n) = (11*9^n+1)/2. 1
6, 50, 446, 4010, 36086, 324770, 2922926, 26306330, 236756966, 2130812690, 19177314206, 172595827850, 1553362450646, 13980262055810, 125822358502286, 1132401226520570, 10191611038685126, 91724499348166130, 825520494133495166 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 9*a(n-1)-4.
a(n) = 10*a(n-1)-9*a(n-2).
G.f.: 2*(3-5*x)/((1-x)*(1-9*x)).
MATHEMATICA
(11*9^Range[0, 20] + 1)/2 (* Wesley Ivan Hurt, Apr 26 2023 *)
PROG
(Magma) [(11*9^n+1)/2: n in [0..30]];
CROSSREFS
Sequence in context: A090409 A212233 A180910 * A039742 A243667 A365189
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 09 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 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)