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.

A089985 a(n) = A089709(n+1)/A089709(n).

Original entry on oeis.org

2, 3, 6, 10, 18, 34, 66, 130, 258, 514, 1026, 2050, 4098, 8194, 16386, 32770, 65538, 131074, 262146, 524290, 1048578, 2097154, 4194306, 8388610, 16777218, 33554434, 67108866, 134217730, 268435458, 536870914, 1073741826, 2147483650
Offset: 1

Views

Author

Ray Chandler, Nov 21 2003

Keywords

Crossrefs

Cf. A089709.
Essentially the same as A056469.

Programs

  • Mathematica
    Join[{2,3},Rest[2^Range[40]+2]] (* Harvey P. Dale, Sep 19 2011 *)

Formula

a(n) = 2^(n-1)+2, n>2.