[go: up one dir, main page]

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!)
A086576 a(n) = 5*(10^n - 1). 8
0, 45, 495, 4995, 49995, 499995, 4999995, 49999995, 499999995, 4999999995, 49999999995, 499999999995, 4999999999995, 49999999999995, 499999999999995, 4999999999999995, 49999999999999995, 499999999999999995, 4999999999999999995, 49999999999999999995, 499999999999999999995 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Original definition: a(n) = k where R(k+5) = 5.
LINKS
FORMULA
a(n) = 5*9*A002275(n) = 5*A002283(n).
R(a(n)) = A086577(n).
From Chai Wah Wu, Jul 08 2016: (Start)
a(n) = 11*a(n-1) - 10*a(n-2) for n > 1.
G.f.: 45*x/((1 - x)*(1 - 10*x)). (End)
EXAMPLE
From John Elias, Jun 23 2021: (Start)
1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 = 45;
11 + 22 + 33 + 44 + 55 + 66 + 77 + 88 + 99 = 495;
111 + 222 + 333 + 444 + 555 + 666 + 777 + 888 + 999 = 4995;
1111 + 2222 + 3333 + 4444 + 5555 + 6666 + 7777 + 8888 + 9999 = 49995;
11111 + 22222 + 33333 + 44444 + 55555 + 66666 + 77777 + 88888 + 99999 = 499995; etc. (End)
MATHEMATICA
Join[{0}, LinearRecurrence[{11, -10}, {45, 495}, 50]] (* G. C. Greubel, Jul 08 2016 *)
CROSSREFS
Cf. A002275, A002283, A004086 (R(n)).
One of family of sequences of form a(n)=k, where R(k+m)=m, m = 1 to 9; m=1: A002283, m=2: A086573, m=3: A086574, m=4: A086575, m=5: A086576, m=6: A086577, m=7: A086578, m=8: A086579, m=9: A086580.
Sequence in context: A325981 A053137 A193434 * A295319 A147808 A190417
KEYWORD
nonn,base
AUTHOR
Ray Chandler, Jul 22 2003
EXTENSIONS
Name edited by Jinyuan Wang, Aug 04 2021
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 August 30 00:57 EDT 2024. Contains 375520 sequences. (Running on oeis4.)