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!)
A035381 Number of partitions of n into parts 6k+1 or 6k+3. 0
1, 1, 2, 2, 2, 3, 4, 4, 6, 7, 7, 9, 11, 12, 15, 18, 19, 23, 27, 29, 35, 41, 44, 51, 59, 64, 74, 86, 93, 106, 121, 131, 148, 169, 184, 206, 233, 253, 282, 318, 346, 384, 430, 467, 516, 576, 626, 689, 766, 831, 911, 1010, 1096, 1199, 1324, 1435, 1565, 1723, 1867 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) ~ exp(Pi*sqrt(2*n)/3) * Gamma(1/6) / (4 * 2^(5/12) * sqrt(3) * Pi^(5/6) * n^(7/12)). - Vaclav Kotesovec, Aug 27 2015
MATHEMATICA
nmax = 100; Rest[CoefficientList[Series[Product[1/((1 - x^(6k+1))*(1 - x^(6k+3))), {k, 0, nmax}], {x, 0, nmax}], x]] (* Vaclav Kotesovec, Aug 27 2015 *)
CROSSREFS
Sequence in context: A302404 A029050 A066920 * A096938 A130084 A017981
KEYWORD
nonn
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 August 12 17:00 EDT 2024. Contains 375113 sequences. (Running on oeis4.)