A296731
Expansion of e.g.f. sec(x*cos(x)) (even powers only).
Original entry on oeis.org
1, 1, -7, -119, 4241, 216241, -16578871, -1851684743, 236706675617, 48609995386849, -8951725537756135, -3042019551814333463, 738962020041708730673, 387782426903449423831441, -116858640965630479825258519, -90328812874963081877073927719
Offset: 0
sec(x*cos(x)) = 1 + x^2/2! - 7*x^4/4! - 119*x^6/6! + 4241*x^8/8! + ...
Cf.
A000364,
A009008,
A009009,
A009010,
A009011,
A009015,
A009016,
A009446,
A009447,
A009633,
A009634,
A102072,
A102075,
A191512,
A296728,
A296729,
A296730,
A296740.
-
nmax = 15; Table[(CoefficientList[Series[Sec[x Cos[x]], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
-
first(n) = x='x+O('x^(2*n-2)); vecextract(Vec(serlaplace(1/cos(x*cos(x)))), (4^n - 1)/3) \\ Iain Fox, Dec 19 2017
A296740
Expansion of e.g.f. sec(x*cosh(x)) (even powers only).
Original entry on oeis.org
1, 1, 17, 481, 26529, 2355841, 304490801, 54346519137, 12784369495873, 3834072115634689, 1427927160049839185, 646549058811594306017, 349778819738933516544737, 222822626689237030117683841, 165094750167986500169166495089, 140768231241374238855897822250081
Offset: 0
sec(x*cosh(x)) = 1 + x^2/2! + 17*x^4/4! + 481*x^6/6! + 26529*x^8/8! + ...
Cf.
A000364,
A009008,
A009009,
A009010,
A009011,
A009015,
A009016,
A009446,
A009447,
A009633,
A009634,
A102072,
A102075,
A191512,
A296728,
A296729,
A296730,
A296731.
-
nmax = 15; Table[(CoefficientList[Series[Sec[x Cosh[x]], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
-
first(n) = x='x+O('x^(2*n-2)); vecextract(Vec(serlaplace(1/cos(x*cosh(x)))), (4^n - 1)/3) \\ Iain Fox, Dec 19 2017
A296939
Expansion of e.g.f. sec(x*tan(x/2)) (even powers only).
Original entry on oeis.org
1, 0, 3, 15, 644, 17145, 1124673, 74115496, 7730031915, 921044459943, 145334164141820, 26830525240048761, 6053646614467427553, 1586816790903080698000, 487642998132913180824819, 171640559783810345998524735, 69078935661419038650738789428
Offset: 0
sec(x*tan(x/2)) = 1 + 3*x^4/4! + 15*x^6/6! + 644*x^8/8! + ...
Cf.
A000364,
A001469,
A009010,
A110501,
A296839,
A296841,
A296842,
A296853,
A296854,
A296856,
A296940.
-
nmax = 16; Table[(CoefficientList[Series[Sec[x Tan[x/2]], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
A296790
Expansion of e.g.f. sec(x*sec(x)) (even powers only).
Original entry on oeis.org
1, 1, 17, 601, 38849, 4022641, 609933521, 127391254537, 35067716300033, 12304447787106529, 5360597104269331985, 2839145693984474128057, 1796556232541725248396737, 1338623568393194541863879761, 1160057210771530210422755155409, 1156898060700987368136296212581481
Offset: 0
sec(x*sec(x)) = 1 + x^2/2! + 17*x^4/4! + 601*x^6/6! + 38849*x^8/8! + ...
Cf.
A000364,
A003712,
A003718,
A009008,
A009009,
A009010,
A009011,
A009015,
A009118,
A009562,
A009765,
A102072,
A102075,
A296731,
A296740,
A296791.
-
nmax = 15; Table[(CoefficientList[Series[Sec[x Sec[x]], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
A013527
Numerator of [x^(2n)] of the Taylor expansion sec(cosec(x)-cot(x)) = 1+ x^2/8 +13*x^4/384 +397*x^6/46080 +4453*x^8/2064384 + ... .
Original entry on oeis.org
1, 1, 13, 397, 4453, 24649, 12478897, 47378857957, 11289999097969, 1143069714638779, 1293273763150662781, 15203530875840895739, 46398798213229213203983, 209490216975221386279672393, 157153880464155360205476452597
Offset: 0
Patrick Demichel (patrick.demichel(AT)hp.com)
-
Numerator[Take[CoefficientList[Series[Sec[Csc[x] - Cot[x]], {x,0,50}], x], {1, -1, 2}]] (* G. C. Greubel, Nov 12 2016 *)
A296791
Expansion of e.g.f. sech(x*sec(x)) (even powers only).
Original entry on oeis.org
1, -1, -7, -1, 3121, 132959, -1261591, -889217057, -79029091743, 5889540654911, 3289057601679065, 395957721046153023, -120519140613246313327, -71865162873642033099361, -9267049529998625177827639, 8376363338336819515365004319, 5693280488360087435524724806849
Offset: 0
sech(x*sec(x)) = 1 - x^2/2! - 7*x^4/4! - x^6/6! + 3121*x^8/8! + ...
Cf.
A000364,
A003721,
A003722,
A009008,
A009009,
A009010,
A009011,
A009015,
A009016,
A009118,
A009562,
A009765,
A102072,
A102075,
A296731,
A296740,
A296790.
-
nmax = 16; Table[(CoefficientList[Series[Sech[x Sec[x]], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
Showing 1-6 of 6 results.
Comments