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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A002063 9*4^n. 16
9, 36, 144, 576, 2304, 9216, 36864, 147456, 589824, 2359296, 9437184, 37748736, 150994944, 603979776, 2415919104, 9663676416, 38654705664, 154618822656, 618475290624, 2473901162496, 9895604649984, 39582418599936, 158329674399744, 633318697598976 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..500 Milan Janjic, Enumerative Formulas for Some Functions on Finite Sets

Tanya Khovanova, Recursive Sequences

Index to sequences with linear recurrences with constant coefficients, signature (4).

FORMULA

a(n)=4*a(n-1), n>0 ; a(0)=9 . G.f.: 9/(1-4*x). [From Philippe DELEHAM, Nov 23 2008]

MATHEMATICA

9*4^Range[0, 100] (* From Vladimir Joseph Stephan Orlovsky, June 09 2011 *)

PROG

(MAGMA) [9*4^n: n in [0..30]]; // Vincenzo Librandi, May 19 2011

(PARI) a(n)=9<<n \\ Charles R Greathouse IV, Apr 17 2012

CROSSREFS

Essentially the same as A055841. First differences of A002001.

Sequence in context: A188162 A023872 A034557 * A075674 A110752 A094973

Adjacent sequences:  A002060 A002061 A002062 * A002064 A002065 A002066

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane.

STATUS

approved

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 May 25 12:28 EDT 2013. Contains 225647 sequences.