cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A098655 Trace sequence of 3 X 3 symmetric Krawtchouk matrix.

This page as a plain text file.
%I A098655 #18 Sep 08 2019 12:09:06
%S A098655 3,2,20,8,144,32,1088,128,8448,512,66560,2048,528384,8192,4210688,
%T A098655 32768,33619968,131072,268697600,524288,2148532224,2097152,
%U A098655 17184063488,8388608,137455730688,33554432,1099578736640,134217728,8796361457664
%N A098655 Trace sequence of 3 X 3 symmetric Krawtchouk matrix.
%C A098655 Let A=[1,2,1;2,0,-2;1,-2,1] the 3 X 3 symmetric Krawtchouk matrix. Then a(n) = trace(A^n).
%H A098655 P. Feinsilver and J. Kocik, <a href="http://dx.doi.org/10.1007/0-387-23394-6_5">Krawtchouk Polynomials and Krawtchouk Matrices</a>, Contemporary Mathematics, 287 2001, pp. 83-96.
%H A098655 Philip Feinsilver, Jerzy Kocik, <a href="https://arxiv.org/abs/quant-ph/0702173">Krawtchouk matrices from classical and quantum random walks</a>, arXiv:quant-ph/0702173, 2007.
%H A098655 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (2,8,-16).
%F A098655 G.f.: (3 - 4*x - 8*x^2)/((1-2*x)*(1-8*x^2)).
%F A098655 a(n) = 2^n + (2*sqrt(2))^n + (-2*sqrt(2))^n.
%F A098655 a(n) = 2*a(n-1) + 8*a(n-2) - 16*a(n-3).
%F A098655 E.g.f.: exp(2*x) + 2*cosh(2*sqrt(2)*x). - _Stefano Spezia_, Sep 08 2019
%Y A098655 Cf. A098656, A098657.
%K A098655 easy,nonn
%O A098655 0,1
%A A098655 _Paul Barry_, Sep 19 2004