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.

A268936 Number of sequences in {1,...,n}^n with longest increasing subsequence of length n-2.

This page as a plain text file.
%I A268936 #4 Feb 16 2016 06:10:16
%S A268936 0,0,0,10,175,1131,4501,13588,34245,75925,152911,285726,502723,841855,
%T A268936 1352625,2098216,3157801,4629033,6630715,9305650,12823671,17384851,
%U A268936 23222893,30608700,39854125,51315901,65399751,82564678,103327435,128267175,158030281,193335376
%N A268936 Number of sequences in {1,...,n}^n with longest increasing subsequence of length n-2.
%H A268936 Alois P. Heinz, <a href="/A268936/b268936.txt">Table of n, a(n) for n = 0..1000</a>
%F A268936 G.f.: x^3*(3*x^6-20*x^5+57*x^4-91*x^3+116*x^2+105*x+10)/(1-x)^7.
%e A268936 a(3) = 10: 111, 211, 221, 222, 311, 321, 322, 331, 332, 333.
%e A268936 a(4) = 175: 1112, 1113, 1114, 1121, ..., 4414, 4423, 4424, 4434.
%Y A268936 A diagonal of A245667.
%K A268936 nonn,easy
%O A268936 0,4
%A A268936 _Alois P. Heinz_, Feb 16 2016