OFFSET
0,1
COMMENTS
The first differences are the sequence itself. Doubling the terms gives the same sequence (beginning one step further).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..235
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (2).
FORMULA
G.f.: 15/(1-2x). - Philippe Deléham, Nov 23 2008
a(n) = A173787(n+4,n). - Reinhard Zumkeller, Feb 28 2010
Subsequence of A051916. - Reinhard Zumkeller, Mar 20 2010
a(n) = 2*a(n-1) (with a(0)=15). - Vincenzo Librandi, Dec 26 2010
E.g.f.: 15*exp(2*x). - Stefano Spezia, May 15 2021
MATHEMATICA
15*2^Range[0, 60] (* Vladimir Joseph Stephan Orlovsky, Jun 09 2011 *)
NestList[2#&, 15, 30] (* Harvey P. Dale, Oct 19 2014 *)
PROG
(Magma) [15*2^n: n in [0..40]]; // Vincenzo Librandi, Apr 28 2011
(PARI) a(n)=15<<n \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Alexandre Wajnberg, Sep 07 2005
EXTENSIONS
Edited by Omar E. Pol, Dec 16 2008
STATUS
approved