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!)
A093142 Expansion of (1-5x)/((1-x)(1-10x)). 4
1, 6, 56, 556, 5556, 55556, 555556, 5555556, 55555556, 555555556, 5555555556, 55555555556, 555555555556, 5555555555556, 55555555555556, 555555555555556, 5555555555555556, 55555555555555556, 555555555555555556, 5555555555555555556, 55555555555555555556, 555555555555555555556 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Second binomial transform of 5*A001045(3n)/3+(-1)^n. Partial sums of A093143. 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=5.
LINKS
FORMULA
a(n) = 5*10^n/9 + 4/9.
a(n) = 10*a(n-1) - 4 with a(0)=1. - Vincenzo Librandi, Aug 02 2010
a(n) = 11*a(n-1) - 10*a(n-2), n > 1. - Harvey P. Dale, Aug 23 2014
MATHEMATICA
CoefficientList[Series[(1-5x)/((1-x)(1-10x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{11, -10}, {1, 6}, 20] (* Harvey P. Dale, Aug 23 2014 *)
PROG
(PARI) {a(n) = (5*10^n+4)/9} \\ Seiichi Manyama, Sep 14 2019
CROSSREFS
Cf. A001045.
Sequence in context: A166177 A183615 A181589 * A092655 A099140 A371739
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)