login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098662 E.g.f. BesselI(0,2*sqrt(3)*x) + BesselI(1,2*sqrt(3)*x)/sqrt(3). 2
1, 1, 6, 9, 54, 90, 540, 945, 5670, 10206, 61236, 112266, 673596, 1250964, 7505784, 14073345, 84440070, 159497910, 956987460, 1818276174, 10909657044, 20827527084, 124965162504, 239516561466, 1437099368796, 2763652632300 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Fourth binomial transform is A098663.
LINKS
FORMULA
G.f.: 1/sqrt(1-12*x^2) + (1-sqrt(1-12*x^2))/(6*x*sqrt(1-12*x^2));
G.f.: (1 + 6*x - sqrt(1-12*x^2))/(6*x*sqrt(1-12*x^2));
a(n) = binomial(n, floor(n/2))*3^floor(n/2).
Conjecture: (n+1)*a(n) + 6(n-1)*a(n-1) - 12n*a(n-2) + 72*(2-n)*a(n-3) = 0. - R. J. Mathar, Dec 08 2011
Conjecture confirmed using the differential equation x*(6x+1)*(12*x^2-1) * g'(x) + (6*x-1)*(12*x^2+6*x+1)*g(x) + 2*x + 1 = 0 satisfied by the g.f. - Robert Israel, Aug 23 2019
MAPLE
seq(binomial(n, floor(n/2))*3^floor(n/2), n=0..30); # Robert Israel, Aug 23 2019
MATHEMATICA
With[{nn=30}, CoefficientList[Series[BesselI[0, 2Sqrt[3]x]+ BesselI[1, 2Sqrt[3]x]/ Sqrt[3], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Oct 01 2013 *)
CROSSREFS
Sequence in context: A126110 A340819 A254207 * A056425 A056416 A061401
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Sep 20 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)