Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A145071
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A145071 Partial sums of A000051, starting at n=1. +0
1
3, 8, 17, 34, 67, 132, 261, 518, 1031, 2056, 4105, 8202, 16395, 32780, 65549, 131086, 262159, 524304, 1048593, 2097170, 4194323, 8388628, 16777237, 33554454, 67108887, 134217752, 268435481, 536870938, 1073741851, 2147483676 (list; graph; listen)
OFFSET

1,1

FORMULA

a(1) = 3; a(n) = a(n-1) + 2^n + 1 for n > 1.

a(n) = 2^(n+1) + n - 2. [From Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Jul 06 2009]

EXAMPLE

a(2) = a(1) + 2^2 + 1 = 3 + 4 + 1 = 8; a(3) = a(2) + 2^3 + 1 = 8 + 8 + 1 = 17.

MATHEMATICA

lst={}; s=0; Do[s+=2^n+1; AppendTo[lst, s], {n, 5!}]; lst

PROGRAM

(ARIBAS) a:=0; for n:=1 to 30 do a:=a+2**n+1; write(a, ", "); end;

CROSSREFS

Cf. A000051 (2^n + 1), A000225 (2^n - 1), A000295 (Eulerian numbers).

Sequence in context: A029859 A163312 A131253 this_sequence A159217 A052996 A112523

Adjacent sequences: A145068 A145069 A145070 this_sequence A145072 A145073 A145074

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 30 2008

EXTENSIONS

Edited. - Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Oct 14 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 10 12:37 EST 2009. Contains 170569 sequences.


AT&T Labs Research