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

A247551 Decimal expansion of Product_{k>=2} 1/(1-1/k!).

Original entry on oeis.org

2, 5, 2, 9, 4, 7, 7, 4, 7, 2, 0, 7, 9, 1, 5, 2, 6, 4, 8, 1, 8, 0, 1, 1, 6, 1, 5, 4, 2, 5, 3, 9, 5, 4, 2, 4, 1, 1, 7, 8, 7, 0, 2, 3, 9, 4, 8, 4, 5, 9, 9, 7, 3, 3, 7, 5, 8, 4, 9, 3, 4, 9, 8, 2, 5, 0, 0, 2, 1, 1, 8, 7, 8, 0, 0, 8, 6, 6, 9, 9, 1, 2, 1, 9, 9, 8, 8, 3, 6, 4, 6, 2, 5, 2, 6, 1, 4, 9, 5, 5, 1, 6, 4, 3, 2
Offset: 1

Views

Author

Vaclav Kotesovec, Sep 19 2014

Keywords

Examples

			2.5294774720791526481801161542539542411787023948459973375849349825...
		

Crossrefs

Programs

  • Maple
    evalf(1/product(1-1/k!,k=2..infinity),100); # Vaclav Kotesovec, Sep 19 2014
  • Mathematica
    digits = 105;
    RealDigits[NProduct[1/(1-1/k!), {k, 2, Infinity}, WorkingPrecision -> digits+10, NProductFactors -> digits], 10, digits][[1]] (* Jean-François Alcover, Nov 02 2020 *)
  • PARI
    default(realprecision,150); 1/prodinf(k=2,1 - 1/k!) \\ Vaclav Kotesovec, Sep 21 2014

Formula

Product_{k>=2} 1/(1-1/k!).
Equals lim_{n -> oo} A005651(n) / n!.
Equals 1/A282529. - Amiram Eldar, Sep 15 2023

A183241 G.f.: A(x) = exp( Sum_{n>=1} A183240(n)*x^n/n ) where A183240 is the sums of the squares of multinomial coefficients.

Original entry on oeis.org

1, 1, 3, 18, 213, 4128, 122638, 5096305, 284192429, 20375905738, 1829560187405, 200829815300994, 26471873341135571, 4124649654997542447, 750006492020987263020, 157382918361825037892997
Offset: 0

Views

Author

Paul D. Hanna, Jan 04 2011

Keywords

Comments

Conjectured to consist entirely of integers.

Examples

			G.f.: A(x) = 1 + x + 3*x^2 + 18*x^3 + 213*x^4 + 4128*x^5 +...
log(A(x)) = x + 5*x^2/2 + 46*x^3/3 + 773*x^4/4 + 19426*x^5/5 + 708062*x^6/6 + 34740805*x^7/7 +...+ A183240(n)*x^n/n +...
		

Crossrefs

Programs

  • PARI
    {a(n)=polcoeff(exp(intformal(1/x*(-1+serlaplace(serlaplace(1/prod(k=1,n+1,1-x^k/k!^2+O(x^(n+2)))))))),n)}

Formula

a(n) = (1/n)*Sum_{k=1..n} A183240(k)*a(n-k) for n>0 with a(0)=1.
a(n) ~ c * n! * (n-1)!, where c = Product_{k>=2} 1/(1-1/(k!)^2) = 1.37391178018464563291... . - Vaclav Kotesovec, Feb 19 2015

A182963 G.f.: A(x) = exp( Sum_{n>=1} A183235(n)*x^n/n ) where A183235 is the sums of the cubes of multinomial coefficients.

Original entry on oeis.org

1, 1, 5, 86, 4052, 400401, 71827456, 21068995258, 9429303819612, 6105894632883407, 5493030296624140330, 6644655430011095138676, 10523095865317003368417750, 21337870239129956669159151372
Offset: 0

Views

Author

Paul D. Hanna, Jan 04 2011

Keywords

Comments

Conjectured to consist entirely of integers.

Examples

			G.f.: A(x) = 1 + x + 5*x^2 + 86*x^3 + 4052*x^4 + 400401*x^5 +...
log(A(x)) = x + 9*x^2/2 + 244*x^3/3 + 15833*x^4/4 + 1980126*x^5/5 + 428447592*x^6/6 + 146966837193*x^7/7 +...+ A183235(n)*x^n/n +...
		

Crossrefs

Programs

  • PARI
    {a(n)=polcoeff(exp(intformal(1/x*(-1+serlaplace(serlaplace(serlaplace(1/prod(k=1, n+1, 1-x^k/k!^3+O(x^(n+2))))))))), n)}

Formula

a(n) = (1/n)*Sum_{k=1..n} A183235(k)*a(n-k) for n>0 with a(0)=1.

A215911 G.f.: exp( Sum_{n>=1} A215910(n)*x^n/n ), where A215910(n) equals the sum of the n-th power of multinomial coefficients in row n of triangle A036038.

Original entry on oeis.org

1, 1, 3, 84, 88602, 5137769389, 23588076629522583, 11893878960703225919597767, 876545054865944028047877165082786426, 12147135901759930712215268630715086378214795245696, 39632791164678725520866813137932593902239710762044280903318659253
Offset: 0

Views

Author

Paul D. Hanna, Aug 26 2012

Keywords

Examples

			G.f.: A(x) = 1 + x + 3*x^2 + 84*x^3 + 88602*x^4 + 5137769389*x^5 +...
such that the logarithm of the g.f. begins:
log(A(x)) = x + 5*x^2/2 + 244*x^3/3 + 354065*x^4/4 + 25688403126*x^5/5 + 141528428949437282*x^6/6 +...+ A215910(n)*x^n/n +...
where the coefficients A215910(n) begin:
A215910(1) = 1^1 = 1;
A215910(2) = 1^2 + 2^2 = 5;
A215910(3) = 1^3 + 3^3 + 6^3 = 244;
A215910(4) = 1^4 + 4^4 + 6^4 + 12^4 + 24^4 = 354065;
A215910(5) = 1^5 + 5^5 + 10^5 + 20^5 + 30^5 + 60^5 + 120^5 = 25688403126; ...
and equal the sums of the n-th power of multinomial coefficients in row n of triangle A036038.
		

Crossrefs

Programs

  • PARI
    {a(n)=local(L=sum(m=1,n,m!^m*polcoeff(1/prod(k=1, n, 1-x^k/k!^m +x*O(x^m)), m)*x^m/m)+x*O(x^n));polcoeff(exp(L),n)}
    for(n=0,15,print1(a(n),", "))

Formula

a(n) ~ (n!)^n / n. - Vaclav Kotesovec, Feb 19 2015
a(n) ~ 2^(n/2) * Pi^(n/2) * n^(n*(2*n+1)/2 - 1) / exp(n^2 - 1/12). - Vaclav Kotesovec, Feb 19 2015
Showing 1-4 of 4 results.