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!)
A155615 a(n) = 10^n - 3^n + 1. 5
1, 8, 92, 974, 9920, 99758, 999272, 9997814, 99993440, 999980318, 9999940952, 99999822854, 999999468560, 9999998405678, 99999995217032, 999999985651094, 9999999956953280, 99999999870859838, 999999999612579512 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/(1-10*x)-1/(1-3*x)+1/(1-x).
E.g.f.: e^(10*x)-e^(3*x)+e^x.
a(n) = 13*a(n-1)-30*a(n-2)+18 with a(0)=1, a(1)=8. - Vincenzo Librandi, Jul 21 2010
PROG
(PARI) a(n)=10^n-3^n+1 \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A222400 A358884 A280159 * A322650 A221765 A292842
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Jan 26 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 17 21:00 EDT 2024. Contains 371767 sequences. (Running on oeis4.)