|
Search: id:A136252
|
|
|
| A136252 |
|
a(n)=a(n-1)+2a(n-2)-2a(n-3). |
|
+0 2
|
|
| 1, 3, 5, 9, 13, 21, 29, 45, 61, 93, 125, 189, 253, 381, 509, 765, 1021, 1533, 2045, 3069, 4093, 6141, 8189, 12285, 16381, 24573, 32765, 49149, 65533, 98301, 131069, 196605, 262141, 393213, 524285, 786429, 1048573, 1572861, 2097149, 3145725, 4194301
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
A060482 without the term 2.
|
|
FORMULA
|
a(n)=2^((1/2)*n-1)*(4 + 4(-1)^n + 3sqrt(2)*[1-(-1)^n)]-3. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 31 2008
a(n) = -2*(1 + sqrt(2))^(-1)*a(0)*(1-sqrt(2))^(-1)-1/4*sqrt(2)*sqrt(2)^n*(1-sqrt(2))^(-1) *a(2) + 1/2*sqrt(2)^n*a(0)*(1-sqrt(2))^(-1) + (-4-2*sqrt(2))^(-1)*(-sqrt(2))^n*a(1) + (-4-2*sqrt(2))^(-1)*sqrt(2)*(-sqrt(2))^n*a(1)-(-4-2*sqrt(2))^(-1)*sqrt(2)*( -sqrt(2))^n*a(0)-1/2*sqrt(2)^n*a(1)*(1-sqrt(2))^(-1) + (1 + sqrt(2))^(-1)*(1 -sqrt(2))^(-1)*a(2)-(-4-2*sqrt(2))^(-1)*(-sqrt(2))^n*a(2) + 1/4*sqrt(2)*sqrt(2)^n *a(1)*(1-sqrt(2))^(-1) - Alexander R. Povolotsky (pevnev(AT)juno.com), Mar 31 2008
|
|
MAPLE
|
a:=proc(n) options operator, arrow: 2^((1/2)*n-1)*(4+4*(-1)^n+3*sqrt(2)*(1-(-1)^n))-3 end proc: seq(a(n), n=0..40); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 31 2008
|
|
CROSSREFS
|
Same recurrence as in A135530.
Adjacent sequences: A136249 A136250 A136251 this_sequence A136253 A136254 A136255
Sequence in context: A076274 A058989 A049691 this_sequence A141325 A146905 A052282
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul Curtz (bpcrtz(AT)free.fr), Mar 17 2008
|
|
EXTENSIONS
|
Edited by njas, Apr 18 2008
More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 31 2008
|
|
|
Search completed in 0.002 seconds
|