login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126566 a(0)=1; a(1)=2; a(2)=5; a(3)=14; for n>3: a(n) = 8*a(n-1)-20*a(n-2)+16*a(n-3)-a(n-4). 3
1, 2, 5, 14, 43, 142, 495, 1794, 6681, 25346, 97357, 377038, 1468019, 5735758, 22460935, 88083586, 345754097, 1358000258, 5335796565, 20970349326, 82429113339, 324040664974, 1273932845663, 5008544929922, 19691924052361 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) is also the first entry of the vector M^n*[1,0,0,0], where M is the type F_4 Cartan matrix [[2,-1,0,0]; [ -1,2,-2,0]; [0,-1,2,-1]; [0,0,-1,2]].
LINKS
FORMULA
G.f.: -(2*x-1)*(x^2-4*x+1)/(1-8*x+20*x^2-16*x^3+x^4). - R. J. Mathar, Nov 14 2007
MATHEMATICA
a = {1, 2, 5, 14}; Do[AppendTo[a, 8*a[[ -1]]-20*a[[ -2]]+16*a[[ -3]]-a[[ -4]]], {24}]; a
CROSSREFS
Cf. A126569.
Sequence in context: A258312 A123020 A005317 * A112808 A369158 A088927
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Dec 28 2006
EXTENSIONS
Edited and extended by Stefan Steinerberger, Aug 12 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 6 02:22 EDT 2024. Contains 372290 sequences. (Running on oeis4.)