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!)
A035954 Number of partitions of n into parts not of the form 13k, 13k+6 or 13k-6. Also number of partitions with at most 5 parts of size 1 and differences between parts at distance 5 are greater than 1. 6
1, 1, 2, 3, 5, 7, 10, 13, 19, 25, 34, 44, 59, 75, 98, 124, 159, 199, 252, 312, 391, 481, 595, 727, 893, 1084, 1320, 1594, 1928, 2315, 2784, 3325, 3977, 4730, 5627, 6664, 7894, 9310, 10981, 12905, 15162, 17756, 20787, 24263, 28310, 32946, 38317, 44462 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Case k=6,i=6 of Gordon Theorem.
REFERENCES
G. E. Andrews, The Theory of Partitions, Addison-Wesley, 1976, p. 109.
LINKS
FORMULA
a(n) ~ sin(6*Pi/13) * 5^(1/4) * exp(2*Pi*sqrt(5*n/39)) / (3^(1/4) * 13^(3/4) * n^(3/4)). - Vaclav Kotesovec, Nov 22 2015
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[1 / ((1 - x^(13*k-1)) * (1 - x^(13*k-2)) * (1 - x^(13*k-3)) * (1 - x^(13*k-4)) * (1 - x^(13*k-5)) * (1 - x^(13*k-8)) * (1 - x^(13*k-9)) * (1 - x^(13*k-10)) * (1 - x^(13*k-11)) * (1 - x^(13*k-12)) ), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Nov 22 2015 *)
CROSSREFS
Sequence in context: A238863 A060688 A005691 * A023192 A064480 A274111
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
a(0)=1 prepended by Seiichi Manyama, May 08 2018
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)