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.

A332699 First row of A332662, also main diagonal of A332667.

Original entry on oeis.org

0, 2, 3, 7, 8, 9, 16, 17, 18, 19, 30, 31, 32, 33, 34, 50, 51, 52, 53, 54, 55, 77, 78, 79, 80, 81, 82, 83, 112, 113, 114, 115, 116, 117, 118, 119, 156, 157, 158, 159, 160, 161, 162, 163, 164, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 275, 276, 277, 278
Offset: 0

Views

Author

Peter Luschny, Feb 25 2020

Keywords

Crossrefs

Programs

  • Maple
    a := n -> A332667(n, n): seq(a(n), n=0..58);