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!)
A035384 Number of partitions of n into parts 6k+2 or 6k+3. 0
1, 0, 1, 1, 1, 1, 2, 1, 3, 3, 3, 4, 5, 4, 7, 7, 8, 10, 12, 11, 16, 16, 18, 22, 25, 25, 33, 34, 38, 45, 50, 52, 65, 67, 75, 87, 95, 101, 121, 126, 141, 160, 174, 187, 218, 229, 254, 285, 308, 333, 380, 401, 443, 492, 530, 574, 646, 683, 752, 828, 890, 964, 1072, 1137, 1246 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
Euler transform of period 6 sequence [ 0, 1, 1, 0, 0, 0, ...]. - Michael Somos, Feb 09 2012
G.f.: 1 / (Product_{k>0} (1 - x^(6*k - 4)) * (1 - x^(6*k - 3))). - Michael Somos, Feb 09 2012
a(n) ~ exp(Pi*sqrt(2*n)/3) * Gamma(1/3) / (4 * 2^(1/3) * sqrt(3) * Pi^(2/3) * n^(2/3)). - Vaclav Kotesovec, Aug 27 2015
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[1/((1 - x^(6k+2))*(1 - x^(6k+3))), {k, 0, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 27 2015 *)
PROG
(PARI) {a(n) = if( n<0, 0, polcoeff( 1 / prod( k=1, (n+4)\6, (1 - x^(6*k - 4)) * (1 - x^(6*k - 3)), 1 + x * O(x^n)), n))} /* Michael Somos, Feb 09 2012 */
CROSSREFS
Sequence in context: A174257 A105637 A029161 * A360033 A303974 A153868
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 March 29 03:51 EDT 2024. Contains 371264 sequences. (Running on oeis4.)