Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A079583
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A079583 3*2^n-n-2. +0
5
1, 3, 8, 19, 42, 89, 184, 375, 758, 1525, 3060, 6131, 12274, 24561, 49136, 98287, 196590, 393197, 786412, 1572843, 3145706, 6291433, 12582888, 25165799, 50331622, 100663269, 201326564, 402653155, 805306338, 1610612705, 3221225440 (list; graph; listen)
OFFSET

0,2

FORMULA

a(0)=1 a(n)=2*a(n-1)+n;

Equals binomial transform of [1, 2, 3, 3, 3,...]. Equals row sums of triangle A132110. - Gary W. Adamson (qntmpkt(AT)yahoo.com), Aug 09 2007

MATHEMATICA

lst={}; Do[AppendTo[lst, 3*2^n-n-2], {n, 0, 4!}]; lst ...and/or... s=3; lst={1, s}; Do[s+=s+n++; AppendTo[lst, s], {n, 2, 4!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 25 2008]

CROSSREFS

Cf. A000295.

Cf. A132110.

Sequence in context: A074839 A002318 A095681 this_sequence A099050 A065352 A161993

Adjacent sequences: A079580 A079581 A079582 this_sequence A079584 A079585 A079586

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 25 2003

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