login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097451 Number of partitions of n into parts congruent to {2, 3, 4} mod 6. 0
1, 0, 1, 1, 2, 1, 3, 2, 5, 4, 7, 6, 11, 9, 15, 14, 22, 20, 31, 29, 43, 41, 58, 57, 80, 78, 106, 107, 142, 143, 188, 191, 247, 253, 321, 332, 418, 432, 537, 561, 690, 721, 880, 924, 1118, 1178, 1412, 1493, 1781, 1884, 2231, 2370, 2789, 2965, 3472, 3698, 4309, 4596 (list; graph; refs; listen; history; internal format)
OFFSET

0,5

COMMENTS

Number of partitions of n in which no part is 1, no part appears more than twice and no two parts differ by 1. Example: a(6)=3 because we have [6],[4,2] and [3,3]. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 16 2006

REFERENCES

G. E. Andrews, The Theory of Partitions, Addison-Wesley, 1976, Exercise 7.9.

FORMULA

Euler transform of period 6 sequence [0, 1, 1, 1, 0, 0, ...].

G.f.=1/product((1-x^(2+6j))(1-x^(3+6j))(1-x^(4+6j)), j=0..infinity). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 16 2006

EXAMPLE

a(8)=5 because we have [8],[44],[422],[332] and [2222].

MAPLE

g:=1/product((1-x^(2+6*j))*(1-x^(3+6*j))*(1-x^(4+6*j)), j=0..15): gser:=series(g, x=0, 75): seq(coeff(gser, x, n), n=0..67); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 16 2006

CROSSREFS

Cf. A070047.

Sequence in context: A053602 A123231 A058736 * A005916 A034392 A181531

Adjacent sequences:  A097448 A097449 A097450 * A097452 A097453 A097454

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Aug 23 2004

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 16 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:27 EST 2012. Contains 205858 sequences.