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.

A105860 Numbers m such that A104647(m) < A104647(m-1) + A104647(m-2).

This page as a plain text file.
%I A105860 #3 Mar 30 2012 18:50:49
%S A105860 7,8,10,11,13,14,15,16,18,19,20,22,23,24,26,27,28,29,31,32,33,34,35,
%T A105860 36,40,41,43,44,45,48,49,50,52,53,54,57,58,59,60,62,63,64,65,67,68,69,
%U A105860 70,71,72,75,76,77,78,80,81,82,83,84,85,87,88,90,91,92,95,96,97,98,99,100
%N A105860 Numbers m such that A104647(m) < A104647(m-1) + A104647(m-2).
%e A105860 n=11: A104647(11)=9 < A104647(10)+A104647(9)=8+12=20, therefore 11 is a term;
%e A105860 n=58: A104647(58)=60 < A104647(57)+A104647(56)=52+66=118, therefore 58 is a term.
%Y A105860 Cf. A105859.
%K A105860 nonn
%O A105860 1,1
%A A105860 _Reinhard Zumkeller_, Apr 23 2005