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.

A293154 Record high values in A036263.

Original entry on oeis.org

1, 2, 4, 10, 16, 28, 32, 40, 46, 50, 68, 70, 80, 92, 98, 104, 116, 124, 142, 144, 160, 186, 206, 216, 232, 236, 238, 248, 272, 274, 278, 280, 286, 292, 332, 348, 356, 378, 382, 436, 438, 454, 462
Offset: 1

Views

Author

N. J. A. Sloane, Oct 10 2017

Keywords

Crossrefs

Programs

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

Extensions

a(19)-a(43) from Rémy Sigrist, Mar 17 2019