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.

A087667 Records in A087664.

This page as a plain text file.
%I A087667 #17 Mar 30 2012 17:38:51
%S A087667 0,2,4,5,9,12,16,24,29,30,31,32,36,37,42
%N A087667 Records in A087664.
%F A087667 a(n)=A087664(A087668(n)). - _R. J. Mathar_, Nov 25 2006
%o A087667 (PARI) A087664(n)={ local(x,s) ; x=n/4 ; s=0 ; while( type(x)!="t_INT", x *= floor(x) ; s++ ; ) ; return(s) ; } { rec=-1 ; for(n=8,1000000, a=A087664(n) ; if(a>rec, rec=a ; print(rec) ; ) ; ) ; } - _R. J. Mathar_, Nov 25 2006
%Y A087667 Cf. A087664, A087668.
%K A087667 nonn,more
%O A087667 1,2
%A A087667 _N. J. A. Sloane_, Sep 27 2003
%E A087667 More terms from _R. J. Mathar_, Nov 25 2006
%E A087667 a(8)-a(15) from _Max Alekseyev_, Jul 30 2011