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 A088015 #15 Dec 31 2023 16:56:36 %S A088015 1,0,4,6,20,40,106,238,592,1392,3394,8118,19664,47320,114370,275806, %T A088015 666112,1607520,3881410,9369318,22620560,54608392,131838370,318281038, %U A088015 768402496,1855077840,4478562274,10812186006,26102942480,63018038200 %N A088015 Expansion of e.g.f. cosh(sqrt(2)*x) + exp(x)*(cosh(sqrt(2)*x) - 1). %C A088015 This sequence is A000079 (with interpolated zeros) + 2*(A048739 (with two leading zeros)). %H A088015 G. C. Greubel, <a href="/A088015/b088015.txt">Table of n, a(n) for n = 0..2600</a> %H A088015 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (3,1,-7,2,2). %F A088015 a(n) = A088014(n)-1. %F A088015 G.f.: (1 -3*x +3*x^2 +x^3 -4*x^4)/((1-x)*(1-2*x-3*x^2+4*x^3+2*x^4)). %F A088015 E.g.f. : cosh(sqrt(2)x)+exp(x)(cosh(sqrt(2)x)-1); %F A088015 a(n) = ((sqrt(2))^n +(-sqrt(2))^n +(1+sqrt(2))^n +(1-sqrt(2))^n)/2 -1. %F A088015 G.f.: ( -1-3*x^2-x^3+4*x^4+3*x ) / ( (x-1)*(2*x^2-1)*(x^2+2*x-1) ). - _R. J. Mathar_, Dec 10 2014 %t A088015 LinearRecurrence[{3,1,-7,2,2},{1,0,4,6,20},30] (* _Harvey P. Dale_, May 05 2018 *) %o A088015 (PARI) x='x+O('x^30); Vec((1 -3*x +3*x^2 +x^3 -4*x^4)/((1-x)*(1-2*x-3*x^2+4*x^3+2*x^4))) \\ _G. C. Greubel_, Sep 27 2018 %o A088015 (Magma) m:=30; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((1 -3*x +3*x^2 +x^3 -4*x^4)/((1-x)*(1-2*x-3*x^2+4*x^3+2*x^4)))); // _G. C. Greubel_, Sep 27 2018 %K A088015 easy,nonn %O A088015 0,3 %A A088015 _Paul Barry_, Sep 18 2003