login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A361529
Number of noncrossing partitions of an n-set with distinct block sizes.
0
1, 1, 1, 4, 5, 11, 43, 64, 137, 253, 1121, 1596, 3625, 6475, 12825, 51766, 77393, 163609, 299719, 577126, 980581, 4105291, 5770601, 12332486, 21758449, 41755501, 69558113, 127657648, 466063781, 669034815, 1357587571, 2383561636, 4432375521, 7377464689, 13211074817, 21284795176, 76820589073
OFFSET
0,4
COMMENTS
It appears that a(n) = a(n+4) mod 2 and a(n) = a(n+18) mod 3.
EXAMPLE
For n = 3, the noncrossing partitions of {1,2,3} are:
{1,2,3}
{1,2},{3}
{1,3},{2}
{1},{2,3}
{1},{2},{3}
Four of these have distinct block sizes so a(3) = 4.
CROSSREFS
Cf. A000108 (noncrossing partitions), A007837.
Sequence in context: A304224 A304135 A251240 * A305041 A316731 A253086
KEYWORD
nonn
AUTHOR
Peter Kildeager, Mar 14 2023
EXTENSIONS
Terms corrected by Peter Kildeager, Jan 18 2024
STATUS
approved