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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059165 a(n) = (n+1)*2^(n+4). 2
0, 16, 64, 192, 512, 1280, 3072, 7168, 16384, 36864, 81920, 180224, 393216, 851968, 1835008, 3932160, 8388608, 17825792, 37748736, 79691776, 167772160, 352321536, 738197504, 1543503872, 3221225472, 6710886400, 13958643712 (list; graph; refs; listen; history; internal format)
OFFSET

-1,2

COMMENTS

A hierarchical sequence (S(W'3{2,2}*cc) - see A059126).

Generating floretion: AB + BA with A = .5'i + .5'ii' + .5'ij' + .5'ik' and B = - .5'j + .5'k - .5j' + .5k' - 'ii' - .5'ij' - .5'ik' - .5'ji' - .5'ki'. - Creighton Dement (creighton.k.dement(AT)uni-oldenburg.de), Dec 19 2004

LINKS

Harry J. Smith, Table of n, a(n) for n=-1,...,200

J. Wallgren, Hierarchical sequences

FORMULA

G.f. 16/(2*x-1)^2

a(n)=4*A058922(n+2)=16*A001787(n+1). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Apr 21 2009]

MATHEMATICA

Table[2^(n+4)*(n+1), {n, -1, 100}] (*From Vladimir Joseph Stephan Orlovsky, Jan 15 2011*)

PROG

(PARI) for(n=1, 40, print1(shift(n, n+3), ", "))

(PARI) { for (n = -1, 200, write("b059165.txt", n, " ", (n + 1)*2^(n + 4)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 25 2009]

CROSSREFS

Sequence in context: A136264 A100184 A190099 * A073718 A061449 A168091

Adjacent sequences:  A059162 A059163 A059164 * A059166 A059167 A059168

KEYWORD

easy,nonn

AUTHOR

Jonas Wallgren (jonwa(AT)ida.liu.se), Feb 02 2001

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 07 2002

Edited by N. J. A. Sloane (njas(AT)research.att.com) Apr 16 2008 at the suggestion of Vim Wneders (vim(AT)gmx.li)

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 14:37 EST 2012. Contains 205930 sequences.