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!)
A257287 a(n) = 6*7^n - 5*6^n. 5
1, 12, 114, 978, 7926, 61962, 472614, 3541578, 26190726, 191733162, 1392520614, 10049975178, 72163811526, 516030592362, 3677517616614, 26134444136778, 185292033880326, 1311149786699562, 9262681804120614, 65346572412186378 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
First differences of 7^n - 6^n = A016169.
a(n-1) is the number of numbers with n digits having the largest digit equal to 6. Note that this is independent of the base b > 6.
Equivalently, number of n-letter words over a 7-letter alphabet {a,b,c,d,e,f,g}, which must not start with the first letter of the alphabet, and in which the last letter of the alphabet must appear.
LINKS
FORMULA
From Vincenzo Librandi, May 04 2015: (Start)
G.f.: (1-x)/((1-6*x)*(1-7*x)).
a(n) = 13*a(n-1) - 42*a(n-2). (End)
E.g.f.: exp(6*x)*(6*exp(x) - 5). - Stefano Spezia, Nov 15 2023
MATHEMATICA
Table[6 7^n - 5 6^n, {n, 0, 30}] (* Vincenzo Librandi, May 04 2015 *)
LinearRecurrence[{13, -42}, {1, 12}, 20] (* Harvey P. Dale, Dec 10 2023 *)
PROG
(PARI) a(n)=6*7^n-5*6^n
(Magma) [6*7^n-5*6^n: n in [0..30]]; // Vincenzo Librandi, May 04 2015
CROSSREFS
Cf. A016169.
Sequence in context: A055287 A080630 A005543 * A125400 A331515 A154237
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 24 06:34 EDT 2024. Contains 371920 sequences. (Running on oeis4.)