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.

A354171 Product_{n>=1} (1 + x^n)^(a(n)/n!) = 1 + sin(x).

Original entry on oeis.org

1, 0, -1, 4, -19, 44, -659, 8128, -18775, 67664, -3578279, 7629568, -476298835, 505198784, 25626362581, 4286437900288, -20903398375855, -118410655250176, -6399968826052559, -33100680116191232, 1010700510694925525, 706348515575880704, -1123931378903214542099
Offset: 1

Views

Author

Ilya Gutkovskiy, May 18 2022

Keywords

Crossrefs

Programs

  • Mathematica
    b[n_, i_] := b[n, i] = If[n == 0, 1, If[i < 1, 0, Sum[Binomial[c[i], j] b[n - i j, i - 1], {j, 0, n/i}]]]; c[n_] := c[n] = {1, 0, -1, 0}[[Mod[n, 4, 1]]]/n! - b[n, n - 1]; a[n_] := n! c[n]; Table[a[n], {n, 1, 23}]

Formula

E.g.f.: Sum_{k>=1} A067856(k) * log(1 + sin(x^k)) / k.

A354172 Product_{n>=1} (1 + x^n)^(a(n)/n!) = 1 + sinh(x).

Original entry on oeis.org

1, 0, 1, -4, 21, -76, 1023, -12160, 65145, -602416, 10925883, -120444160, 1994183205, -21404165056, 372390766023, -12580544512000, 158096182329585, -2119447579092736, 64115697136312563, -1412937791690260480, 27389518837925527965, -616988361649163447296, 19391677044464348893503
Offset: 1

Views

Author

Ilya Gutkovskiy, May 18 2022

Keywords

Crossrefs

Programs

  • Mathematica
    b[n_, i_] := b[n, i] = If[n == 0, 1, If[i < 1, 0, Sum[Binomial[c[i], j] b[n - i j, i - 1], {j, 0, n/i}]]]; c[n_] := c[n] = Mod[n, 2]/n! - b[n, n - 1]; a[n_] := n! c[n]; Table[a[n], {n, 1, 23}]

Formula

E.g.f.: Sum_{k>=1} A067856(k) * log(1 + sinh(x^k)) / k.

A354175 Product_{n>=1} (1 + x^n)^(a(n)/n!) = 1 + tan(x).

Original entry on oeis.org

1, 0, 2, -8, 56, -256, 3184, -36224, 273920, -2845696, 48104704, -676312064, 10591523840, -149454094336, 2888557717504, -72214957359104, 1249919350046720, -23620669488234496, 624022403933077504, -15637185047733469184, 372737701735949926400, -9655667879651150135296
Offset: 1

Views

Author

Ilya Gutkovskiy, May 18 2022

Keywords

Crossrefs

Programs

  • Mathematica
    b[n_, i_] := b[n, i] = If[n == 0, 1, If[i < 1, 0, Sum[Binomial[c[i], j] b[n - i j, i - 1], {j, 0, n/i}]]]; c[n_] := c[n] = 2^(n + 1) (2^(n + 1) - 1) Abs[BernoulliB[n + 1]]/((n + 1) n!) - b[n, n - 1]; a[n_] := n! c[n]; Table[a[n], {n, 1, 22}]

Formula

E.g.f.: Sum_{k>=1} A067856(k) * log(1 + tan(x^k)) / k.

A354173 Product_{n>=1} (1 + x^(2*n))^(a(n)/(2*n)!) = cos(x).

Original entry on oeis.org

-1, -8, 104, -12032, 354944, 47546368, 6204652544, -6174957043712, 47215125069824, 159504062197792768, 51085990673656315904, 54592541528151763714048, 15510963121850795776016384, 14479308135716773591282352128, -7469518701197092988127633473536, -77646018400552596699424746364731392
Offset: 1

Views

Author

Ilya Gutkovskiy, May 18 2022

Keywords

Crossrefs

Programs

  • Mathematica
    b[n_, i_] := b[n, i] = If[n == 0, 1, If[i < 1, 0, Sum[Binomial[c[i], j] b[n - i j, i - 1], {j, 0, n/i}]]]; c[n_] := c[n] = {1, 0, -1, 0}[[Mod[n + 1, 4, 1]]]/n! - b[n, n - 1]; a[n_] := (2 n)! c[2 n]; Table[a[n], {n, 1, 16}]

Formula

E.g.f.: Sum_{k>=1} A067856(k) * log(cos(x^k)) / k (even powers only).

A354174 Product_{n>=1} (1 + x^(2*n))^(a(n)/(2*n)!) = cosh(x).

Original entry on oeis.org

1, 4, -104, 8128, -354944, -21642752, -6204652544, 4286437900288, -47215125069824, -78465506362130432, -51085990673656315904, -35027783166649488637952, -15510963121850795776016384, -7220202338641080038690127872, 7469518701197092988127633473536, 53919400066294168384184259715268608
Offset: 1

Views

Author

Ilya Gutkovskiy, May 18 2022

Keywords

Crossrefs

Programs

  • Mathematica
    b[n_, i_] := b[n, i] = If[n == 0, 1, If[i < 1, 0, Sum[Binomial[c[i], j] b[n - i j, i - 1], {j, 0, n/i}]]]; c[n_] := c[n] = Mod[n + 1, 2]/n! - b[n, n - 1]; a[n_] := (2 n)! c[2 n]; Table[a[n], {n, 1, 16}]

Formula

E.g.f.: Sum_{k>=1} A067856(k) * log(cosh(x^k)) / k (even powers only).

A354276 Product_{n>=1} (1 + x^n)^(a(n)/n!) = 1 + arctanh(x).

Original entry on oeis.org

1, 0, 2, -8, 64, -304, 3968, -43392, 378880, -4002816, 68247552, -995736576, 15949529088, -238273241088, 4760383438848, -113132156780544, 2119956936523776, -42743492966350848, 1123874181449515008, -28901050300546154496, 722523072906903158784, -19401957422023594475520, 589068777481530305937408
Offset: 1

Views

Author

Ilya Gutkovskiy, May 22 2022

Keywords

Crossrefs

Programs

  • Mathematica
    b[n_, i_] := b[n, i] = If[n == 0, 1, If[i < 1, 0, Sum[Binomial[c[i], j] b[n - i j, i - 1], {j, 0, n/i}]]]; c[n_] := c[n] = Mod[n, 2]/n - b[n, n - 1]; a[n_] := n! c[n]; Table[a[n], {n, 1, 23}]

Formula

E.g.f.: Sum_{k>=1} A067856(k) * log(1 + arctanh(x^k)) / k.
Showing 1-6 of 6 results.