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.

Showing 1-1 of 1 results.

A292564 Take 1, skip 3 * 1 - 1, take 2, skip 3 * 2 - 1, take 3, skip 3 * 3 - 1, ...

Original entry on oeis.org

0, 3, 4, 10, 11, 12, 21, 22, 23, 24, 36, 37, 38, 39, 40, 55, 56, 57, 58, 59, 60, 78, 79, 80, 81, 82, 83, 84, 105, 106, 107, 108, 109, 110, 111, 112, 136, 137, 138, 139, 140, 141, 142, 143, 144, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 210, 211, 212
Offset: 0

Views

Author

Seiichi Manyama, Sep 19 2017

Keywords

Crossrefs

Programs

  • Maple
    seq(seq(2*k^2+k+j,j=0..k),k=0..10); # Robert Israel, Sep 20 2017

Formula

a(n) = n + floor((sqrt(8*n+1)-1)/2)*(3*floor((sqrt(8*n+1)-1)/2)+1)/2. - Robert Israel, Sep 20 2017
Showing 1-1 of 1 results.