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!)
A035973 Number of partitions of n into parts not of the form 19k, 19k+4 or 19k-4. Also number of partitions with at most 3 parts of size 1 and differences between parts at distance 8 are greater than 1. 0
1, 2, 3, 4, 6, 9, 12, 17, 23, 31, 41, 55, 71, 93, 119, 153, 194, 247, 309, 389, 484, 602, 743, 918, 1124, 1378, 1679, 2043, 2474, 2995, 3606, 4341, 5204, 6231, 7436, 8866, 10534, 12506, 14804, 17504, 20645, 24325, 28589, 33569, 39332, 46032, 53771 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Case k=9,i=4 of Gordon Theorem.
REFERENCES
G. E. Andrews, The Theory of Partitions, Addison-Wesley, 1976, p. 109.
LINKS
FORMULA
a(n) ~ exp(4*Pi*sqrt(2*n/57)) * 2^(3/4) * sin(4*Pi/19) / (3^(1/4) * 19^(3/4) * n^(3/4)). - Vaclav Kotesovec, May 10 2018
MATHEMATICA
nmax = 60; Rest[CoefficientList[Series[Product[(1 - x^(19*k))*(1 - x^(19*k+ 4-19))*(1 - x^(19*k- 4))/(1 - x^k), {k, 1, nmax}], {x, 0, nmax}], x]] (* Vaclav Kotesovec, May 10 2018 *)
CROSSREFS
Sequence in context: A105781 A035958 A035965 * A035982 A035992 A036003
KEYWORD
nonn,easy
AUTHOR
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 March 19 01:57 EDT 2024. Contains 370952 sequences. (Running on oeis4.)