The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A005053 Expand (1-2*x)/(1-5*x). 15
1, 3, 15, 75, 375, 1875, 9375, 46875, 234375, 1171875, 5859375, 29296875, 146484375, 732421875, 3662109375, 18310546875, 91552734375, 457763671875, 2288818359375, 11444091796875, 57220458984375 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) is the number of generalized compositions of n when there are 3*2^(i-1) different types of i, (i=1,2,...). - Milan Janjic, Sep 24 2010
INVERTi transform of A180034: (1, 4, 22, 124, 700, ...). - Gary W. Adamson, Aug 10 2016
LINKS
FORMULA
Binomial transform of A122117. - Philippe Deléham, Oct 19 2006
a(0) = 1, a(n) = 3*5^(n-1) for n >= 1. - Philippe Deléham, Oct 19 2006
E.g.f.: (2 + 3*exp(5*x))/5. - Ilya Gutkovskiy, Aug 11 2016
MATHEMATICA
CoefficientList[Series[(1-2x)/(1-5x), {x, 0, 30}], x] (* or *) Join[{1}, NestList[5#&, 3, 29]] (* Harvey P. Dale, Apr 25 2011 *)
PROG
(Magma) [ n eq 0 select 1 else 3*5^(n-1): n in [0..20] ]; // Klaus Brockhaus, Apr 04 2010
(PARI) x='x+O('x^50); Vec((1-2*x)/(1-5*x)) \\ G. C. Greubel, Sep 15 2017
CROSSREFS
Cf. A180034.
Sequence in context: A063000 A002902 A236579 * A329764 A183411 A136778
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Wrong formula deleted by Klaus Brockhaus, Apr 04 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 May 15 02:58 EDT 2024. Contains 372536 sequences. (Running on oeis4.)