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!)
A362967 Number of nondecreasing partitions of n^2 into n parts from the intervals [1,n], [2,n+1], ..., [n,2n-1], respectively. 4
1, 1, 2, 5, 17, 66, 294, 1393, 6965, 36111, 192850, 1053894, 5871306, 33234990, 190704140, 1107086841, 6492325565, 38412063755, 229052915708, 1375396927729, 8310509070747, 50496841617102, 308394124109340, 1892137615326526, 11658149626059204, 72108088307308032, 447590893613564372 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) <= A039744(n); a(n) <= A077045(n); a(n) >= A019589(n).
LINKS
PROG
(Sage) def a362967(n): return Partitions(n^2, length=n, inner=range(n, 0, -1), outer=range(2*n-1, n-1, -1)).cardinality()
CROSSREFS
Sequence in context: A167809 A262449 A346506 * A062881 A122206 A104082
KEYWORD
nonn
AUTHOR
Max Alekseyev, Jun 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 3 09:56 EDT 2024. Contains 372207 sequences. (Running on oeis4.)