A090827 Number of cycles in range [A014137(n-1)..A014138(n-1)] of permutation A089869/A089870.
1, 1, 2, 5, 13, 34, 91, 245, 659, 1786, 4846, 13182, 35962, 98418, 270121, 743533, 2052073, 5678238, 15750382, 43793198, 122042214
Offset: 0
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Illustration of the first few terms . 0 | 0 3 | 1, 2 12 | 3, 4, 5 40 | 6, 7, 8, 9, 10 98 | 11, 12, 13, 14, 15, 16, 17 253 | 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28 540 | 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43 .
Module[{s = -1}, Table[s += PartitionsP[ n - 1]; (s + PartitionsP[n]) (s + PartitionsP[n] - 1)/2 - s (s - 1)/2, {n, 1, 30}]]
Comments