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!)
A039889 Number of partitions satisfying cn(2,5) < cn(1,5) + cn(4,5) and cn(3,5) < cn(1,5) + cn(4,5). 1
1, 1, 1, 3, 4, 6, 9, 11, 17, 26, 32, 46, 60, 78, 111, 138, 183, 236, 297, 399, 489, 630, 794, 978, 1262, 1541, 1923, 2392, 2907, 3638, 4418, 5406, 6617, 7980, 9755, 11772, 14193, 17148, 20514, 24688, 29549, 35242, 42111, 50017, 59446 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
For a given partition cn(i,n) means the number of its parts equal to i modulo n.
Short: 2 < 1 + 4 and 3 < 1 + 4 (BBMAAp).
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..100
PROG
(PARI) has(vs)=my(cn=vector(5)); for(i=1, #vs, cn[vs[i]%5+1]++); cn[3]<cn[2]+cn[5] && cn[4]<cn[2]+cn[5]
a(n)=my(s); forpart(p=n, if(has(p), s++)); s \\ Charles R Greathouse IV, Feb 18 2021
CROSSREFS
Sequence in context: A243302 A301654 A289233 * A118098 A367477 A022297
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)