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.

A084183 Jacobsthal reverse-pair sequence.

Original entry on oeis.org

0, 1, 1, 5, 3, 21, 11, 85, 43, 341, 171, 1365, 683, 5461, 2731, 21845, 10923, 87381, 43691, 349525, 174763, 1398101, 699051, 5592405, 2796203, 22369621, 11184811, 89478485, 44739243, 357913941, 178956971, 1431655765, 715827883, 5726623061
Offset: 0

Views

Author

Paul Barry, May 19 2003

Keywords

Comments

Reverses elements a(2n+1) and a(2n+2) in A001045.

Programs

Formula

G.f.: x*(1 + 2*x + 2*x^2)/((1+x)(1+2x)(1-2x)).
a(n) = (5*2^n - 6*0^n + 4(-1)^n - 3(-2)^n)/12. - Paul Barry, May 19 2003
a(n) - 2*a(n-1) is a signed version of A000225. - Paul Curtz, Mar 06 2008