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.

A342281 A bisection of A001951: a(n) = A001951(2*n+1).

Original entry on oeis.org

1, 4, 7, 9, 12, 15, 18, 21, 24, 26, 29, 32, 35, 38, 41, 43, 46, 49, 52, 55, 57, 60, 63, 66, 69, 72, 74, 77, 80, 83, 86, 89, 91, 94, 97, 100, 103, 106, 108, 111, 114, 117, 120, 123, 125, 128, 131, 134, 137, 140, 142, 145, 148, 151, 154, 156, 159, 162, 165, 168
Offset: 0

Views

Author

N. J. A. Sloane, Mar 16 2021

Keywords

Crossrefs

Programs

  • Python
    from sympy import integer_nthroot
    def A342281(n): return integer_nthroot(8*n*(n+1)+2,2)[0] # Chai Wah Wu, Mar 16 2021

Extensions

More terms from Alois P. Heinz, Mar 16 2021