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 A022325 #11 Aug 25 2017 23:36:28 %S A022325 1,11,13,25,39,65,105,171,277,449,727,1177,1905,3083,4989,8073,13063, %T A022325 21137,34201,55339,89541,144881,234423,379305,613729,993035,1606765, %U A022325 2599801,4206567,6806369,11012937 %N A022325 a(n) = a(n-1) + a(n-2) + 1, with a(0) = 1 and a(1) = 11. %H A022325 G. C. Greubel, <a href="/A022325/b022325.txt">Table of n, a(n) for n = 0..1000</a> %H A022325 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (2,0,-1). %F A022325 From _R. J. Mathar_, Apr 07 2011: (Start) %F A022325 G.f.: (1+9*x-9*x^2)/((1-x)*(1-x-x^2)). %F A022325 a(n) = A022368(n) - 1. (End) %F A022325 a(n) = 2*F(n+2) + 8*F(n) - 1, where F = A000045. - _G. C. Greubel_, Aug 25 2017 %t A022325 LinearRecurrence[{2,0,-1}, {1,11,13}, 50] (* _G. C. Greubel_, Aug 25 2017 *) %o A022325 (PARI) x='x+O('x^50); Vec((1+9*x-9*x^2)/((1-x)*(1-x-x^2))) \\ _G. C. Greubel_, Aug 25 2017 %K A022325 nonn %O A022325 0,2 %A A022325 _N. J. A. Sloane_