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!)
A035375 Number of partitions of n into parts 6k or 6k+1. 0
1, 1, 1, 1, 1, 2, 3, 3, 3, 3, 3, 5, 7, 8, 8, 8, 8, 11, 15, 17, 18, 18, 18, 23, 30, 35, 37, 38, 38, 45, 57, 66, 71, 73, 74, 85, 104, 121, 131, 136, 138, 154, 184, 212, 231, 241, 246, 270, 316, 363, 396, 416, 426, 461, 530, 604, 661, 696, 716, 768, 870, 986, 1079 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) ~ exp(Pi*sqrt(2*n)/3) * Gamma(1/6) / (4 * 2^(1/6) * sqrt(3) * Pi^(5/6) * n^(5/6)). - Vaclav Kotesovec, Aug 27 2015
MATHEMATICA
nmax = 100; Rest[CoefficientList[Series[Product[1/((1 - x^(6k+6))*(1 - x^(6k+1))), {k, 0, nmax}], {x, 0, nmax}], x]] (* Vaclav Kotesovec, Aug 27 2015 *)
CROSSREFS
Sequence in context: A029110 A249420 A103959 * A354143 A358616 A366105
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 April 19 02:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)