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.

A255465 a(n) = A255464(2^n-1).

Original entry on oeis.org

1, 6, 22, 90, 358, 1434, 5734, 22938, 91750, 367002, 1468006, 5872026, 23488102, 93952410, 375809638, 1503238554, 6012954214, 24051816858, 96207267430, 384829069722, 1539316278886, 6157265115546, 24629060462182, 98516241848730, 394064967394918, 1576259869579674
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A255464.

Programs

Formula

G.f.: (1+3*x) / ((1+x)*(1-4*x)).
From Colin Barker, Feb 04 2017: (Start)
a(n) = (-2*(-1)^n + 7*4^n) / 5.
a(n) = 3*a(n-1) + 4*a(n-2) for n>1.
(End)