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.

A097485 Write the positive integers on labels in numerical order, forming an infinite sequence L. Consider now the succession of single digits made by juxtaposing Fibonacci numbers: 1 1 2 3 5 8 1 3 2 1 3 4 5 5 ... (A031324). This sequence gives a derangement of L that produces the same succession of digits, subject to the constraint that the smallest unused label must be used that does not lead to a contradiction.

This page as a plain text file.
%I A097485 #21 Nov 28 2015 19:27:32
%S A097485 11,23,58,1,3,2,13,4,5,589,14,42,33,37,7,6,10,9,8,71,59,72,584,41,81,
%T A097485 67,65,109,46,17,71,12,86,57,463,68,750,25,121,39,31,96,418,317,81,
%U A097485 151,422,98,320
%N A097485 Write the positive integers on labels in numerical order, forming an infinite sequence L. Consider now the succession of single digits made by juxtaposing Fibonacci numbers: 1 1 2 3 5 8 1 3 2 1 3 4 5 5 ... (A031324). This sequence gives a derangement of L that produces the same succession of digits, subject to the constraint that the smallest unused label must be used that does not lead to a contradiction.
%C A097485 Labels of L can be used only once in this sequence.
%C A097485 We could name this sequence the "Fibo_nat_cci" sequence (_nat_ stands for "natural numbers").
%C A097485 Derangement here means the n-th term of L is not the n-th term of the sequence, so a(n) != n.
%e A097485 We must begin with 1,1,2,3,... and we cannot have a(1) = 1, so the next possibility is the label "11". After "68" we must get "7,5,0,2,5,1,2,1,3,9,3,1,9,6,4,1,8..." (corresponding to Fibonacci numbers "75025,121393,196418..."); "7" is already used, and we cannot use "75" since no label begins with a 0. So the next term is "750".
%Y A097485 Cf. A000045, A031324, A098067.
%K A097485 base,easy,nonn
%O A097485 1,1
%A A097485 _Eric Angelini_, Sep 19 2004
%E A097485 Derangement wording introduced by _Danny Rorabaugh_, Nov 27 2015
%E A097485 Initial 0 removed by _Danny Rorabaugh_, Nov 28 2015