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!)
A155593 a(n) = 9^n + 2^n - 1. 18
1, 10, 84, 736, 6576, 59080, 531504, 4783096, 43046976, 387421000, 3486785424, 31381061656, 282429540576, 2541865836520, 22876792471344, 205891132127416, 1853020188917376, 16677181699797640, 150094635297261264 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/(1-9*x)+1/(1-2*x)-1/(1-x).
E.g.f.: e^(9*x)+e^(2*x)-e^x.
a(n) = 11*a(n-1)-18*a(n-2)-8 with a(0)=1, a(1)=10. - Vincenzo Librandi, Jul 21 2010
a(n) = A074604(n)-1. - R. J. Mathar, Mar 10 2022
MATHEMATICA
Table[9^n+2^n-1, {n, 0, 30}] (* or *) LinearRecurrence[{12, -29, 18}, {1, 10, 84}, 30] (* Harvey P. Dale, Sep 09 2022 *)
PROG
(PARI) a(n)=9^n+2^n-1^n \\ Charles R Greathouse IV, Jun 11 2015
CROSSREFS
Sequence in context: A287826 A335647 A364416 * A239990 A321295 A350903
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Jan 24 2009
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 24 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)