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!)
A257289 a(n) = 8*9^n - 7*8^n. 5
1, 16, 200, 2248, 23816, 243016, 2416520, 23583688, 226933256, 2159839816, 20378082440, 190918934728, 1778399954696, 16486635929416, 152228014061960, 1400838452135368, 12853836673840136, 117654854901535816, 1074656292809619080, 9798007424852945608 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
First differences of 9^n - 8^n = A016185.
a(n-1) is the number of numbers with n digits having the largest digit equal to 8. Note that this is independent of the base b > 8.
Equivalently, number of n-letter words over a 9-letter alphabet, which must not start with the last letter of the alphabet, and in which the first letter of the alphabet must appear.
LINKS
FORMULA
G.f.: (1-x)/((1-8*x)*(1-9*x)). - Vincenzo Librandi, May 04 2015
E.g.f.: exp(8*x)*(8*exp(x) - 7). - Stefano Spezia, Nov 15 2023
MATHEMATICA
Table[8 9^n - 7 8^n, {n, 0, 20}] (* Vincenzo Librandi, May 04 2015 *)
LinearRecurrence[{17, -72}, {1, 16}, 30] (* Harvey P. Dale, May 26 2019 *)
PROG
(PARI) a(n)=8*9^n-7*8^n
(Magma) [8*9^n-7*8^n: n in [0..20]]; // Vincenzo Librandi, May 04 2015
(Sage) [8*9^n-7*8^n for n in (0..20)] # Bruno Berselli, May 04 2015
CROSSREFS
Cf. A016185.
Sequence in context: A081679 A154249 A226869 * A125451 A154348 A129333
KEYWORD
nonn,easy
AUTHOR
M. F. Hasler, May 03 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 16:28 EDT 2024. Contains 371916 sequences. (Running on oeis4.)