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!)
A093140 Expansion of (1-6*x)/((1-x)*(1-10*x)). 2
1, 5, 45, 445, 4445, 44445, 444445, 4444445, 44444445, 444444445, 4444444445, 44444444445, 444444444445, 4444444444445, 44444444444445, 444444444444445, 4444444444444445, 44444444444444445, 444444444444444445 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Second binomial transform of 4*A001045(3n)/3+(-1)^n. Partial sums of A093141. A convex combination of 10^n and 1. In general the second binomial transform of k*Jacobsthal(3n)/3+(-1)^n is 1, 1+k, 1+11k, 1+111k, ... This is the case for k=4.
LINKS
FORMULA
G.f.: (1-6*x)/((1-x)*(1-10*x)).
a(n) = 4*10^n/9 + 5/9.
a(n+1) = (A102807(n+1)-A002477(n))/((Sum_{i=1..n} 2*10^i) + 3). [Roger L. Bagula, May 22 2010]
a(n) = 10*a(n-1)-5 with a(0)=1. - Vincenzo Librandi, Aug 02 2010
a(n) = 11*a(n-1)-10*a(n-2). - Wesley Ivan Hurt, May 20 2021
MATHEMATICA
CoefficientList[Series[(1-6x)/((1-x)(1-10x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{11, -10}, {1, 5}, 30] (* or *) Join[{1}, Table[FromDigits[PadLeft[{5}, n, 4]], {n, 30}]] (* Harvey P. Dale, Dec 17 2022 *)
CROSSREFS
Sequence in context: A121272 A346580 A054318 * A137233 A357205 A001449
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Mar 24 2004
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 06:58 EDT 2024. Contains 371906 sequences. (Running on oeis4.)