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.

A078098 Let u(1)=u(2)=1, u(3)=2n+1, u(k)=abs(u(k-1)-u(k-2)-u(k-3)); then for any n (u(k),u(k+1)) = (v(n),w(n)) for k large enough; sequence gives values of Max(v(n),w(n)).

This page as a plain text file.
%I A078098 #5 Mar 30 2012 18:39:11
%S A078098 3,7,11,13,21,29,39,39,49,69,67,69,69,79,83,87,81,101,111,115,133,141,
%T A078098 139,151,187,157,191,187,199,213,223,211,221,241,255,275,309,293,287,
%U A078098 279,295,293,303,283,325,345,357,367,403,393,419,419,477,457,519,487
%N A078098 Let u(1)=u(2)=1, u(3)=2n+1, u(k)=abs(u(k-1)-u(k-2)-u(k-3)); then for any n (u(k),u(k+1)) = (v(n),w(n)) for k large enough; sequence gives values of Max(v(n),w(n)).
%C A078098 a(n) is necessarily odd. Starting with u(1)=u(2)=1 u(3)=2n then u(k) seems unbounded and there seems to be 2 integer values x(n) y(n) such that for any m>x(n), Max( u(k) : 1<=k<=m) = sqrtint(m+y(n))
%F A078098 Conjecture : a(n)/n is bounded
%e A078098 Map of 2*2+1=5 under u(k) is : 1->1->5 ->3->3->5->1->7->1->7>->1->7->1....Hence a(2)=Max(1,7)=7
%K A078098 nonn
%O A078098 1,1
%A A078098 _Benoit Cloitre_, Dec 03 2002