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 A125695 #10 Jan 30 2020 21:29:16 %S A125695 1,2,-2,-2,10,-6,-42,102,82,-782,814,3854,-12454,-5014,98694,-142218, %T A125695 -472158,1932258,19038,-14816994,27370410,64159962,-334154442, %U A125695 121279878,2418497010,-5523511086,-8914677362,61259567662,-44249714438 %N A125695 Expansion of (sqrt(1+2x+9x^2)+x-1)/(2x). %C A125695 First column of A125694. %C A125695 Hankel transform is (-2)^C(n+1, 2)*A001045(n+2). %F A125695 a(n)=0^n+2*sum{k=0..floor((n-1)/2), C(n-1,2k)*C(k)*(-1)^(n-k-1)*2^k}, C(n)=A000108(n). %F A125695 D-finite with recurrence: (n+1)*a(n) +(2*n-1)*a(n-1) +9*(n-2)*a(n-2)=0. - _R. J. Mathar_, Dec 02 2014 %t A125695 CoefficientList[Series[(Sqrt[1+2x+9x^2]+x-1)/(2x),{x,0,30}],x] (* _Harvey P. Dale_, Jul 25 2013 *) %Y A125695 Cf. A091593. %K A125695 easy,sign %O A125695 0,2 %A A125695 _Paul Barry_, Nov 30 2006, Dec 10 2008