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.

A240880 Expansion of g.f.: (-1 + sqrt(1+12*x+48*x^2)) / (6*x).

This page as a plain text file.
%I A240880 #26 May 24 2022 11:51:57
%S A240880 1,1,-6,33,-162,666,-1836,-2079,79542,-741474,4907628,-24837030,
%T A240880 82449900,53319060,-3741922008,38613958497,-274566158298,
%U A240880 1475669401398,-5211777090564,-2356585871778,240686500011588,-2593621485808596,19047621883804056,-105353643788834598
%N A240880 Expansion of g.f.: (-1 + sqrt(1+12*x+48*x^2)) / (6*x).
%C A240880 This sequence is the member (q=-3) of a class of generalized Catalan numbers (see A000108), with g.f. (1-sqrt(1-q*4*x*(1-(q-1)*x)))/(2*q*x), q<>0.
%H A240880 Fung Lam, <a href="/A240880/b240880.txt">Table of n, a(n) for n = 0..1000</a>
%F A240880 G.f.: (-1 + sqrt(1+12*x+48*x^2)) / (6*x).
%F A240880 D-finite with recurrence: (n+3)*a(n+2)+6*(2*n+3)*a(n+1)+48*n*a(n)=0, a(0)=1, a(1)=1.
%F A240880 Lim sup n->infinity |a(n)|^(1/n) = 4*sqrt(3) = 6.9282... - _Vaclav Kotesovec_, May 02 2014
%F A240880 a(n) ~ 3^(n/2-1)*4^n / (n^(3/2)*sqrt(Pi)) * (sqrt(3)*cos(5*Pi*n/6) + 3*sin(5*Pi*n/6) - (15*sqrt(3)*cos(5*Pi*n/6) + 9*sin(5*Pi*n/6))/(8*n)). - _Vaclav Kotesovec_, May 02 2014
%t A240880 CoefficientList[Series[(Sqrt[1+12x+48x^2]-1)/(6x),{x,0,30}],x]  (* _Harvey P. Dale_, May 24 2022 *)
%Y A240880 Cf. A000108, A258723.
%K A240880 sign,easy
%O A240880 0,3
%A A240880 _Fung Lam_, May 01 2014