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.

A094360 Pair reversal of Jacobsthal-Lucas numbers.

Original entry on oeis.org

1, 2, 7, 5, 31, 17, 127, 65, 511, 257, 2047, 1025, 8191, 4097, 32767, 16385, 131071, 65537, 524287, 262145, 2097151, 1048577, 8388607, 4194305, 33554431, 16777217, 134217727, 67108865, 536870911, 268435457, 2147483647, 1073741825
Offset: 0

Views

Author

Paul Barry, Apr 26 2004

Keywords

Comments

Pair reversal of A014551

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{-1,4,4},{1,2,7},40] (* Harvey P. Dale, May 22 2020 *)

Formula

G.f. : (1+3x+5x^2)/((1+x)(1-4x^2)); a(n)=2^n(5+3(-1)^n)/4-(-1)^n.