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.

A165367 Trisection a(n) = A026741(3n + 2).

Original entry on oeis.org

1, 5, 4, 11, 7, 17, 10, 23, 13, 29, 16, 35, 19, 41, 22, 47, 25, 53, 28, 59, 31, 65, 34, 71, 37, 77, 40, 83, 43, 89, 46, 95, 49, 101, 52, 107, 55, 113, 58, 119, 61, 125, 64, 131, 67, 137, 70, 143, 73, 149, 76, 155, 79, 161, 82, 167, 85, 173, 88, 179, 91, 185, 94, 191, 97, 197
Offset: 0

Views

Author

Paul Curtz, Sep 17 2009

Keywords

Comments

The other trisections are A165351 and A165355.

Crossrefs

Programs

Formula

a(n)*A022998(n) = A045944(n).
a(n)*A026741(n+1) = A000326(n+1).
a(2n) = A016777(n); a(2n+1) = A016969(n).
From R. J. Mathar Nov 22 2009: (Start)
a(n) = 2*a(n-2) - a(n-4).
G.f.: (1 + 5*x + 2*x^2 + x^3)/((1-x)^2*(1+x)^2). (End)

Extensions

All comments rewritten as formulas by R. J. Mathar, Nov 22 2009