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.

A193579 a(n) = 2*4^n + 7.

Original entry on oeis.org

9, 15, 39, 135, 519, 2055, 8199, 32775, 131079, 524295, 2097159, 8388615, 33554439, 134217735, 536870919, 2147483655, 8589934599, 34359738375, 137438953479, 549755813895, 2199023255559, 8796093022215, 35184372088839, 140737488355335, 562949953421319, 2251799813685255
Offset: 0

Views

Author

Brad Clardy, Sep 20 2011

Keywords

Comments

Bisection of A168415 (odd part).

Crossrefs

Programs

Formula

a(n) = 2^(2n + 1) + 7 = 3*(A020988(n) + 3).
From Bruno Berselli, Sep 20 2011: (Start)
G.f.: 3*(3 - 10*x)/((1 - x)*(1 - 4*x)).
a(n) = A085688(A016969(n)). (End)
E.g.f.: 7*exp(x) + 2*exp(4*x). - Franck Maminirina Ramaharo, Nov 07 2018