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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036021 Number of partitions of n into parts not of form 4k+2, 16k, 16k+3 or 16k-3. 0
1, 1, 1, 1, 2, 3, 3, 4, 6, 8, 9, 11, 15, 18, 21, 26, 33, 40, 46, 55, 68, 81, 94, 111, 134, 158, 182, 213, 252, 294, 338, 392, 459, 531, 607, 699, 810, 930, 1059, 1212, 1393, 1590, 1804, 2052, 2342, 2660, 3005, 3403, 3862, 4365, 4914, 5540, 6255, 7040, 7899, 8871 (list; graph; refs; listen; history; internal format)
OFFSET

0,5

COMMENTS

Case k=4,i=2 of Gordon/Goellnitz/Andrews Theorem.

Also number of partitions in which no odd part is repeated, with 1 part of size less than or equal to 2 and where differences between parts at distance 3 are greater than 1 when the larger part is odd and greater than 2 when the larger part is even.

REFERENCES

G. E. Andrews, The Theory of Partitions, Addison-Wesley, 1976, p. 114.

FORMULA

Euler transform of period 16 sequence [1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, ...]. - Michael Somos, Jul 15 2004

PROG

(PARI) a(n)=if(n<0, 0, polcoeff(1/prod(k=1, n, 1-([1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0][(k-1)%16+1])*x^k, 1+x*O(x^n)), n))

CROSSREFS

Sequence in context: A198726 A117275 A081230 * A036025 A036030 A036022

Adjacent sequences:  A036018 A036019 A036020 * A036022 A036023 A036024

KEYWORD

nonn,easy

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com)

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 13 16:05 EST 2012. Contains 205522 sequences.