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.
%I A155179 #40 Oct 07 2024 01:27:56 %S A155179 1,3,12,51,216,915,3876,16419,69552,294627,1248060,5286867,22395528, %T A155179 94868979,401871444,1702354755,7211290464,30547516611,129401356908, %U A155179 548152944243,2322013133880,9836205479763,41666835052932,176503545691491,747681017818896,3167227616967075 %N A155179 a(n) = 4*a(n-1)+a(n-2), n>2; a(0)=1, a(1)=3, a(2)=12. %C A155179 For n > 0, integers in 3/2 * the Fibonacci sequence. - _Vladimir Joseph Stephan Orlovsky_, Oct 25 2009 %H A155179 Stefano Spezia, <a href="/A155179/b155179.txt">Table of n, a(n) for n = 0..1500</a> %H A155179 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (4,1). %F A155179 G.f.: (1-x-x^2)/(1-4*x-x^2). %F A155179 a(n) = Sum_{k=0..n} A155161(n,k)*3^k. - _Philippe Deléham_, Feb 08 2012 %F A155179 E.g.f.: 1 + 3*exp(2*x)*sinh(sqrt(5)*x)/sqrt(5). - _Stefano Spezia_, Oct 06 2024 %t A155179 f[n_]:=Fibonacci[n]; lst={};Do[a=f[n]*(3/2);If[IntegerQ[a],AppendTo[lst,a]],{n,0,5!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Oct 25 2009 *) %o A155179 (PARI) Vec((1-x-x^2)/((1-4*x-x^2)+O(x^99))) \\ _Charles R Greathouse IV_, Dec 09 2014 %o A155179 (PARI) concat(1,select(n->denominator(n)==1,[fibonacci(n)*3/2|n<-[1..50]])) \\ _Charles R Greathouse IV_, Dec 09 2014 %Y A155179 Cf. A155161. %K A155179 nonn,easy %O A155179 0,2 %A A155179 _Philippe Deléham_, Jan 21 2009 %E A155179 Entries corrected by _Paolo P. Lava_, Jan 26 2009