login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061761 2^n + 2*n - 1. 3
0, 3, 7, 13, 23, 41, 75, 141, 271, 529, 1043, 2069, 4119, 8217, 16411, 32797, 65567, 131105, 262179, 524325, 1048615, 2097193, 4194347, 8388653, 16777263, 33554481, 67108915, 134217781, 268435511, 536870969, 1073741883, 2147483709 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,200

FORMULA

G.f.: x(3-5x)/((1-x)^2*(1-2x)). Binomial transform of 0,3,1,1,... (1 continued). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 17 2008]

MATHEMATICA

Table[2^n+2*n-1, {n, 0, 60}] (*From Vladimir Joseph Stephan Orlovsky, Feb 15 2011*)

PROG

(PARI) { for (n=0, 200, write("b061761.txt", n, " ", 2^n + 2*n - 1) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 27 2009]

CROSSREFS

Sequence in context: A078447 A066624 * A081494 A161909 A173168 A048462

Adjacent sequences:  A061758 A061759 A061760 * A061762 A061763 A061764

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 20 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 23:58 EST 2012. Contains 206085 sequences.