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.

A225126 Central terms of the triangle in A048152.

Original entry on oeis.org

0, 1, 4, 2, 7, 3, 10, 4, 13, 5, 16, 6, 19, 7, 22, 8, 25, 9, 28, 10, 31, 11, 34, 12, 37, 13, 40, 14, 43, 15, 46, 16, 49, 17, 52, 18, 55, 19, 58, 20, 61, 21, 64, 22, 67, 23, 70, 24, 73, 25, 76, 26, 79, 27, 82, 28, 85, 29, 88, 30, 91, 31, 94, 32, 97, 33, 100
Offset: 1

Views

Author

Reinhard Zumkeller, Apr 29 2013

Keywords

Comments

a(n) = A123684(n) for n > 1;
a(n) = A048152(2*n-1,n), central terms;
also a(n) = A060036(2*n-1,n-1) for n > 1.
a(n+1)=the remainder when n^2 is divided by 2n+1. - J. M. Bergot, Jun 25 2013

Programs

Formula

a(1) = 0, a(2*n) = n and a(2*n+1) = 3*n+1.
a(n) = 2*a(n-2)-a(n-4) for n>5. G.f.: -x^2*(x^3-4*x-1) / ((x-1)^2*(x+1)^2). - Colin Barker, May 01 2013