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.

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

Original entry on oeis.org

1, 0, 2, 3, 40, 80, 1760, 8211, 139256, 763272, 19466578, 147696835, 3372858476, 33370016316, 872184749046, 10340382875655, 289042962136272, 3884706041971728, 118640349946950738, 1911641854423398435, 59577007012206421356, 1086774235381609797540, 37138839666110194130670
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)^sin(x))))
    
  • PARI
    N=40; x='x+O('x^N); Vec(serlaplace(exp(sin(x)*sum(k=1, N, sigma(k>>valuation(k, 2))*x^k/k))))

Formula

E.g.f.: exp( sin(x) * Sum_{k>=1} x^k / (k*(1 - x^(2*k))) ). - Ilya Gutkovskiy, Sep 18 2021
E.g.f.: exp( sin(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.