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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077957 Powers of 2 alternating with zeros. 29
1, 0, 2, 0, 4, 0, 8, 0, 16, 0, 32, 0, 64, 0, 128, 0, 256, 0, 512, 0, 1024, 0, 2048, 0, 4096, 0, 8192, 0, 16384, 0, 32768, 0, 65536, 0, 131072, 0, 262144, 0, 524288, 0, 1048576, 0, 2097152, 0, 4194304, 0, 8388608, 0, 16777216, 0, 33554432, 0, 67108864, 0, 134217728, 0, 268435456 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Normally sequences like this are not included, since with the alternating 0's deleted it is already in the database.

Inverse binomial transform of A001333. - Paul Barry (pbarry(AT)wit.ie), Feb 25 2003

"Sloping binary representation" of powers of 2 (A000079), slope=-1 (see A037095 and A102370) . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Jan 04 2008

0,1,0,2,0,4,0,8,0,16,...is the inverse binomial transform of A000129 (Pell numbers). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Oct 28 2008]

Number of maximal self-avoiding walks from the NW to SW corners of a 3-by-n grid.

Row sums of the triangle in A204293. [Reinhard Zumkeller, Jan 14 2012]

LINKS

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

FORMULA

G.f.: 1/(1-2x^2). E.g.f.: cosh(x sqrt(2)).

a(n) = (1 - n mod 2) * 2^floor(n/2).

a(n)=sqrt(2)^n*(1+(-1)^n)/2 - Paul Barry (pbarry(AT)wit.ie), May 13 2003

PROG

(PARI) a(n)=if(n<0|n%2, 0, 2^(n/2))

(Haskell)

a077957 = sum . a204293_row  -- Reinhard Zumkeller, Jan 14 2012

CROSSREFS

Cf. A000079, A077966.

Sequence in context: A176296 A131575 * A077966 A021102 A021053 A128983

Adjacent sequences:  A077954 A077955 A077956 * A077958 A077959 A077960

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Nov 17 2002

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 17 08:40 EST 2012. Contains 205998 sequences.