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.

A087579 a(n) = (1/6)*Sum_{k=0..n} binomial(n,k)*Fibonacci(k)*6^k.

This page as a plain text file.
%I A087579 #24 Mar 26 2024 14:45:47
%S A087579 1,8,93,976,10505,112344,1203397,12885152,137979729,1477507240,
%T A087579 15821470061,169419470448,1814178395353,19426591805816,
%U A087579 208023907911765,2227562425662784,23853192734743457,255424852222168392,2735141407084907389,29288451971122142480
%N A087579 a(n) = (1/6)*Sum_{k=0..n} binomial(n,k)*Fibonacci(k)*6^k.
%H A087579 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (8,29).
%F A087579 a(n) = 8*a(n-1) + 29*a(n-2).
%F A087579 G.f.: 1 / (-29*x^2-8*x+1). - _Colin Barker_, Aug 08 2013
%t A087579 Join[{b=1},a=0;Table[c=8*b+29*a;a=b;b=c,{n,30}]] (* _Vladimir Joseph Stephan Orlovsky_, Apr 22 2011 *)
%t A087579 LinearRecurrence[{8,29},{1,8},20] (* _Harvey P. Dale_, Mar 22 2019 *)
%Y A087579 Cf. A014445, A057088, A015553.
%K A087579 nonn,easy
%O A087579 0,2
%A A087579 _Benoit Cloitre_, Oct 25 2003
%E A087579 More terms from _Colin Barker_, Aug 08 2013