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.

A293155 Indices of record high values in A036263.

Original entry on oeis.org

1, 3, 10, 29, 98, 216, 1182, 1830, 2224, 2809, 3384, 17005, 23282, 30801, 31544, 40932, 103519, 104070, 149688, 887312, 1094420, 1319944, 2850173, 6957875, 10655461, 20684331, 24805378, 27180064, 33772761, 64955633, 82618491, 90422071, 95831002, 112228682
Offset: 1

Views

Author

N. J. A. Sloane, Oct 10 2017

Keywords

Crossrefs

Programs

  • Maple
    arec := 0 ;
    for i from 1 do
        a := A036263(i) ;
        if a > arec then
            arec := a;
            printf("%d,\n",i) ;
        end if;
    end do: # R. J. Mathar, Oct 13 2017
  • PARI
    See Links section.

Extensions

More terms from Rémy Sigrist, Mar 17 2019