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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013735 4^(3*n+2). 4
16, 1024, 65536, 4194304, 268435456, 17179869184, 1099511627776, 70368744177664, 4503599627370496, 288230376151711744, 18446744073709551616, 1180591620717411303424, 75557863725914323419136, 4835703278458516698824704 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..100

Tanya Khovanova, Recursive Sequences

Index to divisibility sequences

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

FORMULA

G.f.: 16/(1-64*x). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 24 2008]

MAPLE

seq(4^(3*n+2), n=0..13); # Nathaniel Johnston, Jun 26 2011

MATHEMATICA

lst={}; Do[AppendTo[lst, 4^(3*n+2)], {n, 0, 4!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Mar 02 2009]

PROG

(MAGMA) [4^(3*n+2): n in [0..50]]; // Vincenzo Librandi, Apr 25 2011

(PARI) 16<<(6*n) \\ Charles R Greathouse IV, Jan 19 2012

CROSSREFS

Cf. A089357, A013734, A013713 [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 24 2008]

Sequence in context: A197104 A067490 A130036 * A180376 A162008 A195619

Adjacent sequences:  A013732 A013733 A013734 * A013736 A013737 A013738

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 February 16 08:05 EST 2012. Contains 205884 sequences.