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.

A026409 For n >= 1, n n's take places at stage n: the first takes the least untaken place (l.u.p) and for 2<=k<=n, the k-th n takes the l.u.p. more than n-1 places past the place of the (k-1)st n.

This page as a plain text file.
%I A026409 #4 Mar 30 2012 18:56:06
%S A026409 1,2,3,2,4,3,5,6,3,4,7,5,8,4,6,9,5,4,7,10,6,5,8,11,9,7,5,6,12,10,8,13,
%T A026409 7,6,9,11,14,15,8,6,7,10,12,9,13,16,8,7,11,17,14,10,9,15,7,8,12,13,18,
%U A026409 11,19,9,10,8,14,16,17,20,12,15,9,8,10,11,13
%N A026409 For n >= 1, n n's take places at stage n: the first takes the least untaken place (l.u.p) and for 2<=k<=n, the k-th n takes the l.u.p. more than n-1 places past the place of the (k-1)st n.
%K A026409 nonn
%O A026409 1,2
%A A026409 _Clark Kimberling_