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!)
A126643 a(n) is the number of integers k less than 10^n such that the decimal representation of k lacks the digits 1,2,3,4, at least one of digits 5,6 and at least one of digits 7,8,9. 3
6, 34, 180, 886, 4116, 18334, 79260, 335446, 1398276, 5765134, 23581740, 95900806, 388345236, 1567647934, 6313474620, 25382710966, 101917608996, 408831386734, 1638809709900, 6565693949926, 26294146373556, 105270707701534, 421365218399580 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 6*4^n-9*3^n+5*2^n-1.
a(n) = 10*a(n-1)-35*a(n-2)+50*a(n-3)-24*a(n-4). - Colin Barker, Feb 22 2015
G.f.: -2*x*(12*x^3-25*x^2+13*x-3) / ((x-1)*(2*x-1)*(3*x-1)*(4*x-1)). - Colin Barker, Feb 22 2015
MAPLE
f:=n->6*4^n-9*3^n+5*2^n-1;
MATHEMATICA
LinearRecurrence[{10, -35, 50, -24}, {6, 34, 180, 886}, 30] (* Harvey P. Dale, Sep 12 2023 *)
PROG
(PARI) Vec(-2*x*(12*x^3-25*x^2+13*x-3) / ((x-1)*(2*x-1)*(3*x-1)*(4*x-1)) + O(x^100)) \\ Colin Barker, Feb 22 2015
CROSSREFS
Sequence in context: A198765 A274405 A144142 * A320745 A084775 A327740
KEYWORD
nonn,base,easy
AUTHOR
Aleksandar M. Janjic and Milan Janjic, Feb 08 2007
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 20 11:59 EDT 2024. Contains 371838 sequences. (Running on oeis4.)