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.

Showing 1-6 of 6 results.

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

Views

Author

Ilya Gutkovskiy, Dec 19 2017

Keywords

Examples

			sec(x*cos(x)) = 1 + x^2/2! - 7*x^4/4! - 119*x^6/6! + 4241*x^8/8! + ...
		

Crossrefs

Programs

  • Mathematica
    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}]
  • PARI
    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

Formula

a(n) = (2*n)! * [x^(2*n)] sec(x*cos(x)).

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

Views

Author

Ilya Gutkovskiy, Dec 19 2017

Keywords

Examples

			sec(x*cosh(x)) = 1 + x^2/2! + 17*x^4/4! + 481*x^6/6! + 26529*x^8/8! + ...
		

Crossrefs

Programs

  • Mathematica
    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}]
  • PARI
    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

Formula

a(n) = (2*n)! * [x^(2*n)] sec(x*cosh(x)).

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

Views

Author

Ilya Gutkovskiy, Dec 22 2017

Keywords

Examples

			sec(x*tan(x/2)) = 1 + 3*x^4/4! + 15*x^6/6! + 644*x^8/8! + ...
		

Crossrefs

Programs

  • Mathematica
    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}]

Formula

a(n) = (2*n)! * [x^(2*n)] sec(x*tan(x/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

Views

Author

Ilya Gutkovskiy, Dec 20 2017

Keywords

Examples

			sec(x*sec(x)) = 1 + x^2/2! + 17*x^4/4! + 601*x^6/6! + 38849*x^8/8! + ...
		

Crossrefs

Programs

  • Mathematica
    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}]

Formula

a(n) = (2*n)! * [x^(2*n)] sec(x*sec(x)).
a(n) ~ c * d^n * n^(2*n + 1/2) / exp(2*n), where d = 4.5851486299312178337601256220116584724159... is the real root of the equation sqrt(d) * cos(2/sqrt(d)) = 4/Pi and c = 1.99453594228967461336... - Vaclav Kotesovec, Dec 21 2017

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

Views

Author

Patrick Demichel (patrick.demichel(AT)hp.com)

Keywords

Comments

The e.g.f. related to x/2, sec(cosec(x)-cot(x)) = 1 + 1*x^2/(2^2*2!) + 13*x^4/(2^4*4!) + 397*x^6/(2^6*6!) + 22265*x^8/(2^8*8!) + ..., is apparently provided by A009010.

Programs

  • Mathematica
    Numerator[Take[CoefficientList[Series[Sec[Csc[x] - Cot[x]], {x,0,50}], x], {1, -1, 2}]] (* G. C. Greubel, Nov 12 2016 *)

Extensions

Name edited by R. J. Mathar, Dec 20 2011

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

Views

Author

Ilya Gutkovskiy, Dec 20 2017

Keywords

Examples

			sech(x*sec(x)) = 1 - x^2/2! - 7*x^4/4! - x^6/6! + 3121*x^8/8! + ...
		

Crossrefs

Programs

  • Mathematica
    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}]

Formula

a(n) = (2*n)! * [x^(2*n)] sech(x*sec(x)).
Showing 1-6 of 6 results.