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.

A140796 a(n)=a(n-1)+6a(n-2), n>2.

This page as a plain text file.
%I A140796 #17 Jul 31 2015 21:36:28
%S A140796 1,5,14,44,128,392,1160,3512,10472,31544,94376,283640,849896,2551736,
%T A140796 7651112,22961528,68868200,206637368,619846568,1859670776,5578750184,
%U A140796 16736774840,50209275944,150629924984,451885580648,1355665130552
%N A140796 a(n)=a(n-1)+6a(n-2), n>2.
%C A140796 The binomial transform is A037481.
%C A140796 The recurrence of the definition is also satisfied by A087451, A102901 and A140725.
%H A140796 Vincenzo Librandi, <a href="/A140796/b140796.txt">Table of n, a(n) for n = 0..1000</a>
%H A140796 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (1, 6).
%F A140796 a(n+1)-3a(n) = (-1)^n*A000079(n-1), n>0.
%F A140796 d(n+1)-3d(n) = (-1)^(n+1)*A000079(n-1), n>0, where d(n) is the sequence of pair sums d(n)= a(n)+a(n+1)=6, 19, 58, 172,...
%F A140796 O.g.f.: (1+x)(3x+1)/((2x+1)(1-3x)). - _R. J. Mathar_, Jul 29 2008
%F A140796 a(n) = (-1)^(n+1)*2^n/10+8*3^n/5, n>0. - _R. J. Mathar_, Jul 29 2008
%F A140796 a(n) = A140725(n)+A140725(n+1). - _Philippe Deléham_, Nov 17 2013
%t A140796 Join[{1},LinearRecurrence[{1,6},{5,14},30]] (* _Harvey P. Dale_, Nov 20 2011 *)
%Y A140796 Cf. A140725
%K A140796 nonn
%O A140796 0,2
%A A140796 _Paul Curtz_, Jul 15 2008
%E A140796 Edited and extended by _R. J. Mathar_, Jul 29 2008