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.

A087668 Indices of records in A087664.

Original entry on oeis.org

8, 9, 11, 13, 15, 133, 2317, 39845, 108167, 46779959, 70246181, 248897669, 452691117, 1137506437, 3089581031
Offset: 1

Views

Author

N. J. A. Sloane, Sep 27 2003

Keywords

Comments

No other terms below 10^10.

Crossrefs

Programs

  • 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(n) ; ) ; ) ; } - R. J. Mathar, Nov 25 2006

Extensions

More terms from R. J. Mathar, Nov 25 2006
a(9)-a(15) from Max Alekseyev, Jul 30 2011