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!)
A155667 a(n) = 10^n-8^n+1. 7
1, 3, 37, 489, 5905, 67233, 737857, 7902849, 83222785, 865782273, 8926258177, 91410065409, 931280523265, 9450244186113, 95601953488897, 964815627911169, 9718525023289345, 97748200186314753, 981985601490518017 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/(1-10*x)-1/(1-8*x)+1/(1-x).
E.g.f.: e^(10*x)-e^(8*x)+e^x.
a(n) = 18*a(n-1)-80*a(n-2)+63 with a(0)=1, a(1)=3. - Vincenzo Librandi, Jul 21 2010
a(n) = 19*a(n-1) - 98*a(n-2) + 80*a(n-3). - Wesley Ivan Hurt, Apr 18 2023
PROG
(PARI) a(n)=10^n-8^n+1 \\ Charles R Greathouse IV, Jun 11 2015
CROSSREFS
Sequence in context: A346952 A336242 A054596 * A216696 A362724 A333385
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Jan 31 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 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)