Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A133209
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A133209 a(n) = 4a(n-1)-6a(n-2)+4a(n-3), n > 3; a(0) = 3, a(1) = 2, a(2) = a(3) = 0. +0
2
3, 2, 0, 0, 8, 32, 80, 160, 288, 512, 960, 1920, 3968, 8192, 16640, 33280, 66048, 131072, 261120, 522240, 1046528, 2097152, 4198400, 8396800, 16785408, 33554432, 67092480, 134184960, 268402688, 536870912, 1073807360, 2147614720 (list; graph; listen)
OFFSET

0,1

FORMULA

Sequence is identical to its fourth differences.

a(n)=2^n + 2^[(n+3)/2]*cos((n+1)Pi/4); a(n)=2^n + (1+i)^(n+1) + (1-i)^(n+1), where i=sqrt(-1). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Oct 14 2007

G.f.: -(3-10*x+10*x^2)/(2*x-1)/(2*x^2-2*x+1). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 14 2007

MAPLE

a[0]:=3: a[1]:=2: a[2]:=0: a[3]:=0; for n from 4 to 27 do a[n]:=4*a[n-1]-6*a[n-2]+4*a[n-3] end do: seq(a[n], n=0..27); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Oct 14 2007

MATHEMATICA

a = {3, 2, 0, 0}; Do[AppendTo[a, 4*a[[ -1]] - 6*a[[ -2]] + 4*a[[ -3]]], {30}]; a - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Oct 14 2007

CROSSREFS

Cf. A131470, A009116, A099087.

Sequence in context: A062707 A160230 A059033 this_sequence A144553 A131290 A116604

Adjacent sequences: A133206 A133207 A133208 this_sequence A133210 A133211 A133212

KEYWORD

nonn,easy

AUTHOR

Paul Curtz (bpcrtz(AT)free.fr), Oct 11 2007

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com) and Emeric Deutsch (deutsch(AT)duke.poly.edu), Oct 14 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research