VOOZH
about
URL: https://oeis.org/A099487
⇱ A099487 - OEIS
login
A099487
Expansion of (1-3x+x^2)/((1+x^2)(1-4x+x^2)).
3
1, 1, 3, 14, 53, 195, 727, 2716, 10137, 37829, 141179, 526890, 1966381, 7338631, 27388143, 102213944, 381467633, 1423656585, 5313158707, 19828978246, 74002754277, 276182038859, 1030725401159, 3846719565780, 14356152861961
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,3
COMMENTS
A Chebyshev transform of the sequence 1,1,4,16.. which has with g.f. (1-3x)/(1-4x). The image of G(x) under the Chebyshev transform is (1/(1+x^2))G(x/(1+x^2)).
LINKS
Table of n, a(n) for n=0..24.
Index entries for linear recurrences with constant coefficients
, signature (4,-2,4,-1).
FORMULA
a(n)=4a(n-1)-2a(n-2)+4a(n-3); a(n)=sum{k=0..floor(n/2), C(n-k, k)(-1)^n*(4^(n-2k)+3*0^(n-2k))/4}.
CROSSREFS
Cf.
A099486
,
A099488
.
Sequence in context:
A105331
A017946
A083424
*
A179610
A343543
A166680
Adjacent sequences:
A099484
A099485
A099486
*
A099488
A099489
A099490
KEYWORD
easy
,
nonn
AUTHOR
Paul Barry
, Oct 18 2004
STATUS
approved