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-2 of 2 results.

A347893 E.g.f.: Product_{k>=1} (1 + x^k)^cos(x).

Original entry on oeis.org

1, 1, 2, 9, 30, 195, 1545, 12474, 95564, 1199397, 14287845, 167518846, 2341450386, 34489552331, 540927170147, 10114629115798, 175935142966408, 3184271322683385, 68623817313870153, 1442553498798565142, 31856896467060026670, 787164874800260366287, 19097783293834170329239
Offset: 0

Views

Author

Seiichi Manyama, Sep 18 2021

Keywords

Crossrefs

Programs

  • PARI
    N=40; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, (1+x^k)^cos(x))))
    
  • PARI
    N=40; x='x+O('x^N); Vec(serlaplace(exp(cos(x)*sum(k=1, N, sigma(k>>valuation(k, 2))*x^k/k))))

Formula

E.g.f.: exp( cos(x) * Sum_{k>=1} x^k / (k*(1 - x^(2*k))) ). - Ilya Gutkovskiy, Sep 18 2021
E.g.f.: exp( cos(x) * Sum_{k>=1} A000593(k)*x^k/k ). - Seiichi Manyama, Sep 18 2021

A347894 E.g.f.: Product_{k>=1} (1 + x^k)^tan(x).

Original entry on oeis.org

1, 0, 2, 3, 52, 110, 2690, 11676, 247952, 1434600, 37576168, 296088760, 7698854216, 78083294640, 2187100997328, 27174552638520, 806871808214016, 11698163585372736, 370098862531800000, 6300404006917434624, 208037772410558058624, 4032385785901175122560, 141272996628892396692096
Offset: 0

Views

Author

Seiichi Manyama, Sep 18 2021

Keywords

Crossrefs

Programs

  • PARI
    N=40; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, (1+x^k)^tan(x))))
    
  • PARI
    N=40; x='x+O('x^N); Vec(serlaplace(exp(tan(x)*sum(k=1, N, sigma(k>>valuation(k, 2))*x^k/k))))

Formula

E.g.f.: exp( tan(x) * Sum_{k>=1} x^k / (k*(1 - x^(2*k))) ). - Ilya Gutkovskiy, Sep 18 2021
E.g.f.: exp( tan(x) * Sum_{k>=1} A000593(k)*x^k/k ). - Seiichi Manyama, Sep 18 2021
Showing 1-2 of 2 results.