cp's OEIS Frontend

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.

A129651 a(n) is the smallest position k at which b_n(i) for all i>=k, where b_n(m) is the largest order of a permutation of m elements with exactly n cycles.

This page as a plain text file.
%I A129651 #2 Feb 27 2009 03:00:00
%S A129651 1,6,37,126,287,540,895
%N A129651 a(n) is the smallest position k at which b_n(i)<b_n(i+1) for all i>=k, where b_n(m) is the largest order of a permutation of m elements with exactly n cycles.
%e A129651 a(2)=6 because b_2(6)=5 and b_2(i)<b_2(i+1) for all i>=6. (That is, the largest order of a permutation of i elements with exactly 2 cycles is monotonic increasing starting at i=6.)
%Y A129651 Cf. A000793, A129647, A129648, A129649, A129650.
%K A129651 hard,more,nonn
%O A129651 1,2
%A A129651 Nickolas Reynolds (nickels(AT)gmail.com), Apr 25 2007, Apr 26 2007, Apr 27 2007