The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A363068 Number of partitions p of n such that (1/5)*max(p) is a part of p. 4
1, 0, 0, 0, 0, 0, 1, 1, 2, 3, 5, 7, 11, 14, 20, 26, 35, 44, 59, 73, 94, 117, 148, 181, 228, 277, 344, 418, 514, 621, 762, 917, 1116, 1342, 1624, 1945, 2348, 2803, 3366, 4012, 4798, 5700, 6798, 8052, 9565, 11305, 13383, 15771, 18618, 21880, 25745, 30187, 35414, 41414, 48461, 56531, 65967 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
G.f.: Sum_{k>=0} x^(6*k)/Product_{j=1..5*k} (1-x^j).
EXAMPLE
a(8) = 2 counts these partitions: 521, 5111.
PROG
(PARI) a(n) = sum(k=0, n\6, #partitions(n-6*k, 5*k));
CROSSREFS
Sequence in context: A001402 A008629 A347572 * A238864 A070289 A035961
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 16 2023
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 May 20 06:19 EDT 2024. Contains 372703 sequences. (Running on oeis4.)