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!)
A363077 Number of partitions of n such that 5*(least part) + 1 = greatest part. 2
0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 5, 7, 12, 14, 21, 27, 37, 46, 63, 75, 97, 119, 149, 178, 222, 260, 317, 373, 447, 520, 620, 713, 839, 965, 1123, 1282, 1488, 1687, 1939, 2196, 2508, 2826, 3220, 3610, 4087, 4578, 5157, 5755, 6472, 7199, 8060, 8953, 9991, 11069, 12330, 13625, 15134, 16708, 18508 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,9
LINKS
FORMULA
G.f.: Sum_{k>=1} x^(6*k+1)/Product_{j=k..5*k+1} (1-x^j).
PROG
(PARI) my(N=60, x='x+O('x^N)); concat([0, 0, 0, 0, 0, 0], Vec(sum(k=1, N, x^(6*k+1)/prod(j=k, 5*k+1, 1-x^j))))
CROSSREFS
Cf. A237827.
Sequence in context: A187774 A031216 A004683 * A240305 A100036 A179781
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 17 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 July 15 00:37 EDT 2024. Contains 374323 sequences. (Running on oeis4.)