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!)
A295237 Expansion of e.g.f. csc(x)*(1 - sqrt(1 - 4*sin(x)))/2. 5
1, 1, 4, 29, 320, 4741, 88384, 1988489, 52448000, 1587545161, 54252120064, 2066298252149, 86799115489280, 3986897970744781, 198795278022098944, 10694247962623751009, 617392620634705756160, 38074395493710549747601, 2498063366053169206657024, 173745719989547715852773069 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: 1/(1 - sin(x)/(1 - sin(x)/(1 - sin(x)/(1 - sin(x)/(1 - ...))))), a continued fraction.
a(n) ~ sqrt(2) * 15^(1/4) * n^(n-1) / (exp(n) * (arcsin(1/4))^(n - 1/2)). - Vaclav Kotesovec, Nov 18 2017
MAPLE
a:=series(csc(x)*(1-sqrt(1-4*sin(x)))/2, x=0, 20): seq(n!*coeff(a, x, n), n=0..19); # Paolo P. Lava, Mar 27 2019
MATHEMATICA
nmax = 19; CoefficientList[Series[Csc[x] (1 - Sqrt[1 - 4 Sin[x]])/2, {x, 0, nmax}], x] Range[0, nmax]!
nmax = 19; CoefficientList[Series[1/(1 + ContinuedFractionK[-Sin[x], 1, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A201627 A195194 A215955 * A028853 A118795 A325478
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 18 2017
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 April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)