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!)
A189101 Expansion of g.f. 1/(1-(x+x^2+x^3+x^4+x^6+x^7)). 1
1, 1, 2, 4, 8, 15, 30, 59, 115, 225, 441, 863, 1689, 3307, 6474, 12673, 24809, 48567, 95075, 186120, 364352, 713261, 1396290, 2733399, 5350944, 10475089, 20506194, 40143239, 78585017, 153839228, 301158021, 589551538, 1154115087, 2259313307, 4422866209 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Compositions of n into parts !=5 and <=7. - Joerg Arndt, Jun 06 2011
LINKS
D. Applegate, M. LeBrun, and N. J. A. Sloane, Dismal Arithmetic, J. Int. Seq. 14 (2011) # 11.9.8.
PROG
(Maxima) makelist(coeff(taylor(1/(1-(x+x^2+x^3+x^4+x^6+x^7)), x, 0, n), x, n), n, 0, 34); /* Bruno Berselli, Jun 05 2011 */
(PARI) Vec(1/(1-(x+x^2+x^3+x^4+x^6+x^7))+O(x^99)) \\ Charles R Greathouse IV, Feb 26 2014
CROSSREFS
This sequence is the next in the series after A000931, A006498, A079976, A079968.
Sequence in context: A079967 A192655 A018088 * A018089 A124312 A068030
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Apr 19 2011
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)