The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A199679 (11*9^n+1)/4. 1
3, 25, 223, 2005, 18043, 162385, 1461463, 13153165, 118378483, 1065406345, 9588657103, 86297913925, 776681225323, 6990131027905, 62911179251143, 566200613260285, 5095805519342563, 45862249674083065, 412760247066747583 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 9*a(n-1)-2.
a(n) = 10*a(n-1)-9*a(n-2).
G.f.: (3-5*x)/((1-x)*(1-9*x)).
MATHEMATICA
(11 9^Range[0, 20]+1)/4 (* or *) LinearRecurrence[{10, -9}, {3, 25}, 20] (* Harvey P. Dale, Apr 29 2019 *)
PROG
(Magma) [(11*9^n+1)/4: n in [0..30]];
CROSSREFS
Sequence in context: A155640 A370104 A024217 * A118726 A372458 A066221
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 May 14 00:47 EDT 2024. Contains 372528 sequences. (Running on oeis4.)