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.

A167581 The second left hand column of triangle A167580.

This page as a plain text file.
%I A167581 #10 Jun 17 2016 00:09:28
%S A167581 -1,0,28,192,880,3328,11200,34816,102144,286720,777216,2048000,
%T A167581 5271552,13303808,33013760,80740352,194969600,465567744,1100742656,
%U A167581 2579496960,5996806144,13841203200,31738298368,72343355392,163997286400
%N A167581 The second left hand column of triangle A167580.
%H A167581 G. C. Greubel, <a href="/A167581/b167581.txt">Table of n, a(n) for n = 2..1000</a>
%H A167581 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (8, -24, 32, -16).
%F A167581 a(n) = 2^n*(2*n^3 - 9*n^2 + 10*n - 3)/12.
%F A167581 GF(z) = (4*z^2 + 8*z - 1)/(1-2*z)^4.
%F A167581 a(n) = 8*a(n-1) - 24*a(n-2) + 32*a(n-3) - 16*a(n-4)
%F A167581 a(n) - 7*a(n-1) + 18*a(n-2) - 20*a(n-3) + 8*a(n-4) = 1*2^(n-1)
%t A167581 LinearRecurrence[{8,-24,32,-16},{-1,0,28,192},30] (* _Harvey P. Dale_, Jan 22 2012 *)
%Y A167581 Equals the second left hand column of triangle A167580.
%Y A167581 Other left hand columns are A014480 A167582, A168305 and A168306.
%K A167581 easy,sign
%O A167581 2,3
%A A167581 _Johannes W. Meijer_, Nov 10 2009
%E A167581 Formulae and links added by _Johannes W. Meijer_, Nov 23 2009