login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A115618
1 + (n+6)*2^(n-1).
2
4, 8, 17, 37, 81, 177, 385, 833, 1793, 3841, 8193, 17409, 36865, 77825, 163841, 344065, 720897, 1507329, 3145729, 6553601, 13631489, 28311553, 58720257, 121634817, 251658241, 520093697, 1073741825, 2214592513, 4563402753, 9395240961, 19327352833, 39728447489
OFFSET
0,1
REFERENCES
R. J. Lang, Origami approximate geometric constructions, in Tribute to a Mathemagician, Peters, 2005, pp. 223-239.
MATHEMATICA
Table[1 + (n + 6)*2^(n - 1), {n, 0, 40}] (* T. D. Noe, Apr 01 2013 *)
PROG
(PARI) a(n) = 1 + (n+6)*2^(n-1) \\ Michel Marcus, Apr 01 2013
CROSSREFS
Sequence in context: A005697 A215108 A307545 * A019479 A084814 A098125
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 11 2006
STATUS
approved