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.

A086221 Bisection of A086652.

Original entry on oeis.org

13, 58, 244, 1000, 4048, 16288, 65344, 261760, 1047808, 4192768, 16774144, 67102720, 268423168, 1073717248, 4294918144, 17179770880, 68719280128, 274877513728, 1099510841344, 4398044938240, 17592182898688, 70368737886208
Offset: 1

Views

Author

Marco Matosic, Jul 27 2003

Keywords

Comments

(a(n)-2^(n-1))/2 = A006516(n+1).

Crossrefs

Programs

  • Mathematica
    Table[2^(2n+2)-3*2^(n-1),{n,30}] (* or *) nxt[{n_,a_}]:={n+1,4a+3*2^n}; NestList[nxt,{1,13},30][[All,2]] (* Harvey P. Dale, Nov 15 2021 *)

Formula

a(n) = 2^(2n+2)-3*2^(n-1).
a(n+1) = 4*a(n)+3*2^n.

Extensions

Edited and extended by David Wasserman, Feb 17 2005