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

A305144 O.g.f. A(x) satisfies: 0 = [x^n] exp( n^2 * Integral 1/A(x) dx ) / A(x), for n > 0.

Original entry on oeis.org

1, 1, 3, 26, 417, 9726, 295000, 10946172, 478392123, 24001955894, 1357178076996, 85294057678956, 5893597893045486, 443851259961124476, 36172543480754645712, 3171024571792211972824, 297496306299698019850371, 29738036578363255676373606, 3155172706300699135457477884, 354114794234668864071564974988, 41914947879716810639378379595146
Offset: 0

Views

Author

Paul D. Hanna, May 31 2018

Keywords

Comments

Note: 0 = [x^n] exp( n * Integral 1/F(x) dx ) / F(x) holds for n > 0 when F(x) = 1 + x.
It is remarkable that this sequence should consist entirely of integers.
For n > 0, a(n) is odd iff n = 2^k for k >= 0.

Examples

			O.g.f.: A(x) = 1 + x + 3*x^2 + 26*x^3 + 417*x^4 + 9726*x^5 + 295000*x^6 + 10946172*x^7 + 478392123*x^8 + 24001955894*x^9 + 1357178076996*x^10 + ...
ILLUSTRATION OF DEFINITION.
The table of coefficients of x^k in exp(n^2*Integral 1/A(x) dx)/A(x) begins:
n=0: [1, -1, -2, -21, -364, -8830, -273972, -10313037, -455135384, ...];
n=1: [1, 0, -3, -24, -390, -9264, -284235, -10625424, -466720254, ...];
n=2: [1, 3, 0, -35, -495, -10773, -318192, -11635020, -503631630, ...];
n=3: [1, 8, 25, 0, -700, -14272, -388269, -13599240, -573208625, ...];
n=4: [1, 15, 102, 371, 0, -19746, -525980, -17134953, -691326666, ...];
n=5: [1, 24, 273, 1904, 8136, 0, -716177, -23528472, -891395739, ...];
n=6: [1, 35, 592, 6381, 47945, 238403, 0, -31651620, -1235181962, ...];
n=7: [1, 48, 1125, 17080, 187110, 1536336, 8774025, 0, -1646095140, ...];
n=8: [1, 63, 1950, 39435, 583620, 6681714, 60092844, 389166915, 0, ...]; ...
in which the main diagonal is all zeros after the initial term, illustrating that 0 = [x^n] exp(n^2 * Integral 1/A(x) dx)/A(x), for n > 0.
RELATED SERIES.
1/A(x) = 1 - x - 2*x^2 - 21*x^3 - 364*x^4 - 8830*x^5 - 273972*x^6 - 10313037*x^7 - 455135384*x^8 - 22995056286*x^9 - 1307053358940*x^10 + ...
exp( Integral 1/A(x) dx) = 1 + x - x^3 - 6*x^4 - 78*x^5 - 1544*x^6 - 40605*x^7 - 1328178*x^8 - 51857806*x^9 - 2350025232*x^10 - 121120896906*x^11 - 6991877399100*x^12 + ..., which is an integer series.
A'(x)/A(x) = 1 + 5*x + 70*x^2 + 1557*x^3 + 46316*x^4 + 1705382*x^5 + 74365572*x^6 + 3732699789*x^7 + 211429236472*x^8 + 13318438851990*x^9 + 922595879008860*x^10 + ...
		

Crossrefs

Programs

  • PARI
    {a(n) = my(A=[1], m); for(i=1, n+1, m=#A; A=concat(A, 0); A[m+1] = Vec( exp(m^2*intformal(1/Ser(A))) / Ser(A) )[m+1] ); A[n+1]}
    for(n=0, 20, print1(a(n), ", "))

Formula

a(n) ~ c * d^n * (n-1)!, where d = 4 / (-LambertW(-2*exp(-2)) * (2 + LambertW(-2*exp(-2)))) and c = 0.0604992010464118... - Vaclav Kotesovec, Oct 19 2020

A305146 O.g.f. A(x) satisfies: 0 = [x^n] exp( n^4 * Integral 1/A(x) dx ) / A(x), for n > 0.

Original entry on oeis.org

1, 1, 105, 71030, 143839875, 639147831054, 5268190256643730, 72401453092661090460, 1539974714406342828684915, 47967103851505667222316762710, 2096230585920937730055252273554166, 124208697361885403106994025647669349700, 9703933918967416448770462097241544278503550, 976615535896268261227542752682139965289070564940
Offset: 0

Views

Author

Paul D. Hanna, May 31 2018

Keywords

Comments

Note: 0 = [x^n] exp( n * Integral 1/F(x) dx ) / F(x) holds for n > 0 when F(x) = 1 + x.
It is remarkable that this sequence should consist entirely of integers.

Examples

			O.g.f.: A(x) = 1 + x + 105*x^2 + 71030*x^3 + 143839875*x^4 + 639147831054*x^5 + 5268190256643730*x^6 + 72401453092661090460*x^7 + ...
ILLUSTRATION OF DEFINITION.
The table of coefficients of x^k in exp(n^4*Integral 1/A(x) dx)/A(x) begins:
n=0: [1, -1, -104, -70821, -143687104, -638845480750, -5266877186423376, ...];
n=1: [1, 0, -105, -70960, -143775630, -639017901600, -5267622501808905, ...];
n=2: [1, 15, 0, -72605, -145123140, -641617076562, -5278826440840960, ...];
n=3: [1, 80, 3055, 0, -149843050, -653149632064, -5327910150826725, ...];
n=4: [1, 255, 32280, 2624475, 0, -678395417454, -5464268996914000, ...];
n=5: [1, 624, 194271, 40142304, 6023531646, 0, -5698446198253501, ...];
n=6: [1, 1295, 837760, 360867555, 116236431740, 29089429020014, 0, ...]; ...
in which the main diagonal is all zeros after the initial term, illustrating that 0 = [x^n] exp(n^4 * Integral 1/A(x) dx)/A(x), for n > 0.
RELATED SERIES.
1/A(x) = 1 - x - 104*x^2 - 70821*x^3 - 143687104*x^4 - 638845480750*x^5 - 5266877186423376*x^6 - 72390764082089330493*x^7 + ...
exp( Integral 1/A(x) dx) = 1 + x - 35*x^3 - 17740*x^4 - 28755126*x^5 - 106502983600*x^6 - 752517500258415*x^7 - 9049597920124635300*x^8 - 171101127726280225469450*x^9 + ..., which is an integer series.
A'(x)/A(x) = 1 + 209*x + 212776*x^2 + 575053749*x^3 + 3194983074896*x^4 + 31605201852299630*x^5 + 506772757749658101024*x^6 + 12319213675791316095636957*x^7 + ...
		

Crossrefs

Programs

  • PARI
    {a(n) = my(A=[1], m); for(i=1, n+1, m=#A; A=concat(A, 0); A[m+1] = Vec( exp(m^4*intformal(1/Ser(A))) / Ser(A) )[m+1] ); A[n+1]}
    for(n=0, 20, print1(a(n), ", "))

Formula

a(n) ~ sqrt(1-c) * 2^(8*n - 5/2) * n^(3*n - 1/2) / (sqrt(Pi) * exp(3*n) * c^n * (4-c)^(3*n - 1)), where c = -LambertW(-4*exp(-4)) = 0.079309605127113656439108647... - Vaclav Kotesovec, Oct 19 2020

A305147 O.g.f. A(x) satisfies: 0 = [x^n] exp( n^2 * Integral 1/A(x)^2 dx ) / A(x), for n > 0.

Original entry on oeis.org

1, 1, 1, 13, 201, 4799, 146509, 5465853, 239779725, 12065090215, 683788505469, 43055465865105, 2979786144976833, 224718173520876855, 18335712354871184749, 1609062791960716840469, 151097465043129176493237, 15116317905498147638860983, 1605008879121294393641990077, 180254723532204767389702764585, 21348717445490413966641543430233
Offset: 0

Views

Author

Paul D. Hanna, May 31 2018

Keywords

Comments

It is remarkable that this sequence should consist entirely of integers.
Note: 0 = [x^n] exp( n * Integral 1/F(x)^2 dx ) / F(x) holds for n > 0 when 1/F(-x) = C(x) = 1 + x*C(x)^2 is a g.f. of A000108.

Examples

			O.g.f.: A(x) = 1 + x + x^2 + 13*x^3 + 201*x^4 + 4799*x^5 + 146509*x^6 + 5465853*x^7 + 239779725*x^8 + 12065090215*x^9 + 683788505469*x^10 + 43055465865105*x^11 + ...
ILLUSTRATION OF DEFINITION.
The table of coefficients of x^k in exp(n^2*Integral 1/A(x)^2 dx)/A(x) begins:
n=0: [1, -1, 0, -12, -176, -4410, -136968, -5173266, ...];
n=1: [1, 0, -3/2, -12, -1545/8, -23229/5, -2282987/16, -187096983/35, ...];
n=2: [1, 3, 0, -20, -252, -27426/5, -808448/5, -41341014/7, ...];
n=3: [1, 8, 45/2, 0, -3241/8, -37566/5, -16103943/80, -98105421/14, ...];
n=4: [1, 15, 96, 308, 0, -57474/5, -282824, -315815478/35, ...];
n=5: [1, 24, 525/2, 1688, 50967/8, 0, -6694523/16, -179820699/14, ...];
n=6: [1, 35, 576, 5868, 40420, 894366/5, 0, -649016238/35, ...];
n=7: [1, 48, 2205/2, 16060, 1320759/8, 6216189/5, 510096457/80, 0, ...]; ...
in which the main diagonal is all zeros after the initial term, illustrating that 0 = [x^n] exp(n^2 * Integral 1/A(x)^2 dx)/A(x), for n > 0.
RELATED SERIES.
1/A(x) = 1 - 2*x + x^2 - 24*x^3 - 328*x^4 - 8468*x^5 - 264972*x^6 - 10068372*x^7 - 447223340*x^8 - 22709482068*x^9 - 1296038603112*x^10 + ...
exp( Integral 1/A(x)^2 dx) = 1 + x - x^2/2! - 3*x^3/3! - 135*x^4/4! - 8571*x^5/5! - 1061361*x^6/6! - 197712639*x^7/7! - 52240421007*x^8/8! - 18481482225495*x^9/9! + ...
A'(x)/A(x) = 1 + x + 37*x^2 + 753*x^3 + 22991*x^4 + 849829*x^5 + 37219617*x^6 + 1873928193*x^7 + 106404715099*x^8 + 6716223979161*x^9 + ...
		

Crossrefs

Programs

  • PARI
    {a(n) = my(A=[1], m); for(i=1, n+1, m=#A; A=concat(A, 0); A[m+1] = Vec( exp(m^2*intformal(1/Ser(A)^2)) / Ser(A) )[m+1] ); A[n+1]}
    for(n=0, 20, print1(a(n), ", "))

Formula

a(n) ~ c * d^n * (n-1)!, where d = 4 / (-LambertW(-2*exp(-2)) * (2 + LambertW(-2*exp(-2)))) and c = 0.0311339300124... - Vaclav Kotesovec, Oct 19 2020

A304861 O.g.f. A(x) satisfies: 0 = [x^n] exp( n*(n-1) * Integral 1/A(x) dx ) / A(x), for n > 0.

Original entry on oeis.org

1, 0, 2, 20, 328, 7664, 231744, 8560512, 372339840, 18593869184, 1046764673152, 65518908623360, 4510397034460160, 338534873778165760, 27505042556295458816, 2404499023598887772160, 225014884122460397678592, 22441327480906466274779136, 2376060993772932821157273600, 266169866452350363506325897216, 31451236460722731478509841711104
Offset: 0

Views

Author

Paul D. Hanna, Jun 01 2018

Keywords

Comments

Note: 0 = [x^n] exp( (n-1) * Integral 1/F(x) dx ) / F(x) holds for n > 0 when F(x) = sqrt(1 + x^2).
Note: 0 = [x^n] exp( n * Integral 1/G(x) dx ) / G(x) holds for n > 0 when G(x) = 1 + x.
It is remarkable that this sequence should consist entirely of integers.

Examples

			O.g.f.: A(x) = 1 + 2*x^2 + 20*x^3 + 328*x^4 + 7664*x^5 + 231744*x^6 + 8560512*x^7 + 372339840*x^8 + 18593869184*x^9 + 1046764673152*x^10 + ...
ILLUSTRATION OF DEFINITION.
The table of coefficients of x^k in  exp(n*(n-1) * Integral 1/A(x) dx)/A(x) begins:
n=0: [1, 0, -2, -20, -324, -7584, -230040, -8516976, ...];
n=1: [1, 0, -2, -20, -324, -7584, -230040, -8516976, ...];
n=2: [1, 2, 0, -24, -380, -8424, -248640, -9062720, ...];
n=3: [1, 6, 16, 0, -480, -10528, -292544, -10293696, ...];
n=4: [1, 12, 70, 236, 0, -13472, -378336, -12576960, ...];
n=5: [1, 20, 198, 1260, 5176, 0, -485520, -16616864, ...];
n=6: [1, 30, 448, 4400, 31176, 151792, 0, -21316608, ...];
n=7: [1, 42, 880, 12216, 125340, 989384, 5588416, 0, ...]; ...
in which the main diagonal is all zeros after the initial term, illustrating that 0 = [x^n] exp( n*(n-1) * Integral 1/A(x) dx ) / A(x), for n > 0.
RELATED SERIES.
1/A(x) = 1 - 2*x^2 - 20*x^3 - 324*x^4 - 7584*x^5 - 230040*x^6 - 8516976*x^7 - 371005040*x^8 - 18545507840*x^9 - 1044727771680*x^10 + ...
exp(Integral 1/A(x) dx) = 1 + 2*x/2 + 2*x^2/2^2 - 4*x^3/2^3 - 90*x^4/2^4 - 2244*x^5/2^5 - 85196*x^6/2^6 - 4372040*x^7/2^7 - 281105594*x^8/2^8 - 21659046420*x^9/2^9 + ...
exp(2 * Integral 1/A(x) dx) = 1 + 2*x + 2*x^2 - 12*x^4 - 152*x^5 - 2808*x^6 - 71040*x^7 - 2265680*x^8 - 86833824*x^9 - 3878209440*x^10 - 197532405760*x^11 + ..., an integer series.
A'(x)/A(x) = 4*x + 60*x^2 + 1304*x^3 + 38120*x^4 + 1385344*x^5 + 59770928*x^6 + 2973371104*x^7 + 167126930016*x^8 + 10457452841984*x^9 + ...
		

Crossrefs

Programs

  • PARI
    {a(n) = my(A=[1],m); for(i=1,n+1, m=#A; A=concat(A,0); A[m+1] = Vec( exp(m*(m-1)*intformal(1/Ser(A))) / Ser(A) )[m+1] );A[n+1]}
    for(n=0,20,print1(a(n),", "))

Formula

a(n) ~ sqrt(1-c) * 2^(2*n - 2) * n^(n - 1/2) / (sqrt(Pi) * exp(n) * c^(n - 1/2) * (2-c)^(n-1)), where c = -LambertW(-2*exp(-2)) = -A226775 = 0.4063757399599599... - Vaclav Kotesovec, Oct 18 2020

A304862 O.g.f. A(x) satisfies: 0 = [x^n] exp( n*(n+1) * Integral 1/A(x) dx ) / A(x), for n > 0.

Original entry on oeis.org

1, 2, 4, 32, 512, 12000, 366400, 13688960, 602193152, 30397531136, 1728411805184, 109177081065472, 7578667350118400, 573143826340921344, 46886796648225349632, 4124437046595970498560, 388153835886455237115904, 38910750374376922179960832, 4139100381105952654252048384, 465644313330130076144183017472
Offset: 0

Views

Author

Paul D. Hanna, Jun 01 2018

Keywords

Comments

Note: 0 = [x^n] exp( n * Integral 1/G(x) dx ) / G(x) holds for n > 0 when G(x) = 1 + x.
Note: 0 = [x^n] exp( (n-1) * Integral 1/F(x) dx ) / F(x) holds for n > 0 when F(x) = sqrt(1 + x^2).
It is remarkable that this sequence should consist entirely of integers.

Examples

			O.g.f.: A(x) = 1 + 2*x + 4*x^2 + 32*x^3 + 512*x^4 + 12000*x^5 + 366400*x^6 + 13688960*x^7 + 602193152*x^8 + 30397531136*x^9 + 1728411805184*x^10 + 109177081065472*x^11 + 7578667350118400*x^12 + 573143826340921344*x^13 + 46886796648225349632*x^14 + 4124437046595970498560*x^15 + ...
ILLUSTRATION OF DEFINITION.
The table of coefficients of x^k in  exp(n*(n+1) * Integral 1/A(x) dx)/A(x) begins:
n=0: [1, -2, 0, -24, -400, -10080, -319872, -12251008, ...];
n=1: [1, 0, -4, -80/3, -456, -165536/15, -3089536/9, ...];
n=2: [1, 4, 0, -48, -616, -66816/5, -1985184/5, ...];
n=3: [1, 10, 36, 0, -976, -93312/5, -500928, ...];
n=4: [1, 18, 140, 1648/3, 0, -83680/3, -6379648/9, ...];
n=5: [1, 28, 360, 2736, 12200, 0, -1023072, ...];
n=6: [1, 40, 756, 8880, 70664, 1800288/5, 0,  ...];
n=7: [1, 54, 1400, 69256/3, 269184, 34495552/15, 599302144/45, 0, ...]; ...
in which the main diagonal is all zeros after the initial term, illustrating that 0 = [x^n] exp( n*(n+1) * Integral 1/A(x) dx ) / A(x), for n > 0.
RELATED SERIES.
1/A(x) = 1 - 2*x - 24*x^3 - 400*x^4 - 10080*x^5 - 319872*x^6 - 12251008*x^7 - 548218368*x^8 - 28018713600*x^9 - 1608234580480*x^10 + ...
exp(Integral 1/A(x) dx) = 1 + x - x^2/2! - 5*x^3/3! - 143*x^4/4! - 10279*x^5/5! - 1265009*x^6/6! - 238548701*x^7/7! - 63550271455*x^8/8! - 22650892439183*x^9/9! + ...
A'(x)/A(x) = 2 + 4*x + 80*x^2 + 1808*x^3 + 54912*x^4 + 2052736*x^5 + 90617984*x^6 + 4595611904*x^7 + 262620131840*x^8 + 16670924217344*x^9 + ...
		

Crossrefs

Programs

  • PARI
    {a(n) = my(A=[1],m); for(i=1,n+1, m=#A; A=concat(A,0); A[m+1] = Vec( exp(m*(m+1)*intformal(1/Ser(A))) / Ser(A) )[m+1] );A[n+1]}
    for(n=0,20,print1(a(n),", "))

Formula

a(n) ~ c * d^n * (n-1)!, where d = 4 / (-LambertW(-2*exp(-2)) * (2 + LambertW(-2*exp(-2)))) and c = 0.08310334422... - Vaclav Kotesovec, Oct 19 2020
Showing 1-5 of 5 results.