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.

A318735 Positive records in A318734.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 21, 23, 25, 30, 31, 32, 34, 39, 45, 47, 48, 51, 52, 56, 60, 62, 71, 76, 78, 83, 84, 88, 91, 103, 108, 119, 127, 129, 132, 142, 143, 151, 166, 168, 171, 178, 181, 183, 189, 197, 215, 237, 241, 244, 266, 270, 274
Offset: 1

Views

Author

Hugo Pfoertner, Sep 05 2018

Keywords

Crossrefs

Programs

  • PARI
    s=0;smax=0;j=-1;forstep(k=1,20000000,2,j=-j;s=s+j*numdiv(k);if(s>smax,smax=s;print1(s,", ")))