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.

A152620 a(n)=-8*a(n-1)-6*a(n-2), n>1 ; a(0)=1, a(1)=-2 .

This page as a plain text file.
%I A152620 #10 Jan 03 2024 08:46:04
%S A152620 1,-2,10,-68,484,-3464,24808,-177680,1272592,-9114656,65281696,
%T A152620 -467565632,3348834880,-23985285248,171789272704,-1230402470144,
%U A152620 8812484124928,-63117458178560,452064760678912,-3237813336359936
%N A152620 a(n)=-8*a(n-1)-6*a(n-2), n>1 ; a(0)=1, a(1)=-2 .
%H A152620 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (-8,-6).
%F A152620 G.f.: (1+6*x)/(1+8*x+6*x^2). a(n)=Sum_{k, 0<=k<=n}A147703(n,k)*(-3)^(n-k).
%t A152620 LinearRecurrence[{-8,-6},{1,-2},30] (* _Harvey P. Dale_, Apr 03 2015 *)
%Y A152620 Cf. A152594
%K A152620 sign
%O A152620 0,2
%A A152620 _Philippe Deléham_, Dec 10 2008