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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035940 Number of partitions in parts not of the form 9k, 9k+1 or 9k-1. Also number of partitions with no part of size 1 and differences between parts at distance 3 are greater than 1. 1
0, 1, 1, 2, 2, 4, 4, 6, 7, 10, 12, 17, 19, 26, 31, 40, 47, 61, 71, 90, 106, 131, 154, 190, 222, 270, 317, 381, 445, 533, 620, 737, 857, 1011, 1173, 1379, 1593, 1863, 2151, 2503, 2881, 3343, 3837, 4435, 5083, 5853, 6693, 7688, 8769, 10043, 11437, 13061 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

COMMENTS

Case k=4,i=1 of Gordon Theorem.

REFERENCES

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

MAPLE

# See A035937 for GordonsTheorem

A035940_list := n -> GordonsTheorem([0, 1, 1, 1, 1, 1, 1, 0, 0], n):

A035940_list(40) # Peter Luschny, Jan 22 2012

PROG

(Sage) # See A035937 for GordonsTheorem

def A035940_list(len) :  return GordonsTheorem([0, 1, 1, 1, 1, 1, 1, 0, 0], len)

A035940_list(40) # Peter Luschny, Jan 22 2012

CROSSREFS

Sequence in context: A185224 A001996 A122134 * A067772 A058686 A078374

Adjacent sequences:  A035937 A035938 A035939 * A035941 A035942 A035943

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 15 03:33 EST 2012. Contains 205694 sequences.