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!)
A173802 a(n)=(5*10^n-23)/9. 2
3, 53, 553, 5553, 55553, 555553, 5555553, 55555553, 555555553, 5555555553, 55555555553, 555555555553, 5555555555553, 55555555555553, 555555555555553, 5555555555555553, 55555555555555553, 555555555555555553 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n)=10*a(n-1)+23, n>1.
G.f. x*(3+20*x) / ( (10*x-1)*(x-1) ). - R. J. Mathar, Aug 24 2011
EXAMPLE
For n=2, a(2)=10*3+23=53; n=3, a(3)=10*53+23=553; n=4, a(4)=10*553+23=5553
MATHEMATICA
Rest[CoefficientList[Series[x*(3 + 20*x)/((10*x - 1)*(x - 1)), {x, 0, 50}], x]] (* G. C. Greubel, May 06 2017 *)
Table[FromDigits[PadLeft[{3}, n, 5]], {n, 20}] (* or *) LinearRecurrence[ {11, -10}, {3, 53}, 20] (* Harvey P. Dale, May 27 2018 *)
PROG
(PARI) x=x+O('x^50); Vec(x*(3+20*x)/((10*x-1)*(x-1))) \\ G. C. Greubel, May 06 2017
CROSSREFS
Cf. A093164.
Sequence in context: A215435 A121504 A099665 * A001279 A092447 A167217
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 25 2010
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 15:42 EDT 2024. Contains 371960 sequences. (Running on oeis4.)