|
| |
| |
|
|
|
7, 14, 28, 56, 112, 224, 448, 896, 1792, 3584, 7168, 14336, 28672, 57344, 114688, 229376, 458752, 917504, 1835008, 3670016, 7340032, 14680064, 29360128, 58720256, 117440512, 234881024, 469762048, 939524096, 1879048192, 3758096384
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
COMMENTS
| The first differences are the sequence itself. - Alexandre Wajnberg & Eric Angelini (alexandre.wajnberg(AT)ulb.ac.be), Sep 07 2005
7 times powers of 2. [From Omar E. Pol (info(AT)polprimos.com), Dec 16 2008]
a(n) = A173787(n+3,n). [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Feb 28 2010]
|
|
|
LINKS
| Vincenzo Librandi, Table of n, a(n) for n = 0..3000
Index entries for sequences related to linear recurrences with constant coefficients
Tanya Khovanova, Recursive Sequences
|
|
|
FORMULA
| G.f.: 7/(1-2*x).
a(n) = A118416(n+1,4) for n>3. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Apr 27 2006
a(n)=2*a(n-1), n>0 ; a(0)=7 . [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 23 2008]
a(n) = A000079(n)*7. [From Omar E. Pol (info(AT)polprimos.com), Dec 16 2008]
|
|
|
MAPLE
| with(finance):seq(futurevalue(7, 1, n), n=0..29); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 24 2009]
|
|
|
MATHEMATICA
| 7*2^Range[0, 60] (*From Vladimir Joseph Stephan Orlovsky, Mar 14 2011*)
|
|
|
PROG
| (MAGMA) [7*2^n:n in [0..30]]; // Vincenzo Librandi, Sep 20 2011
(PARI) a(n)=7<<n \\ Charles R Greathouse IV, Dec 22 2011
|
|
|
CROSSREFS
| Row sums of (6, 1)-Pascal triangle A093563 and of (1, 6)-Pascal triangle A096956, n>=1.
Cf. A000079. [From Omar E. Pol (info(AT)polprimos.com), Dec 16 2008]
Sequence in context: A033895 A196876 A115876 * A135092 A058530 A134384
Adjacent sequences: A005006 A005007 A005008 * A005010 A005011 A005012
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| More terms from Omar E. Pol (info(AT)polprimos.com), Dec 16 2008
|
| |
|
|