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!)
A255043 a(n) = (5*9^n - 1)/2. 2
2, 22, 202, 1822, 16402, 147622, 1328602, 11957422, 107616802, 968551222, 8716961002, 78452649022, 706073841202, 6354664570822, 57191981137402, 514727830236622, 4632550472129602, 41692954249166422, 375236588242497802, 3377129294182480222 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: 2*(1+x)/((1-x)*(1-9*x)).
Recurrence: a(n) = 10*a(n-1) - 9*a(n-2), n>=2, a(0) = 2, a(1) = 22.
a(n) = 2*A138894(n).
E.g.f.: (5*exp(9*x) - exp(x))/2. - G. C. Greubel, Feb 07 2021
MATHEMATICA
Table[(5*9^n - 1)/2, {n, 0, 19}]
LinearRecurrence[{10, -9}, {2, 22}, 20] (* Harvey P. Dale, Jun 15 2018 *)
PROG
(Sage) [(5*9^n -1)/2 for n in (0..20)] # G. C. Greubel, Feb 07 2021
(Magma) [(5*9^n -1)/2: n in [0..20]]; // G. C. Greubel, Feb 07 2021
CROSSREFS
Row 2 of A255044.
Sequence in context: A279801 A043037 A058441 * A359856 A366919 A308313
KEYWORD
nonn,easy
AUTHOR
L. Edson Jeffery, Feb 13 2015
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:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)