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.

Previous Showing 11-20 of 34 results. Next

A144223 Number of ways of placing n labeled balls into n unlabeled (but 6-colored) boxes.

Original entry on oeis.org

1, 6, 42, 330, 2850, 26682, 268098, 2869242, 32510850, 388109562, 4861622850, 63682081530, 869725707522, 12352785293562, 182049635623362, 2778394592545530, 43833623157604482, 713738052924821754
Offset: 0

Views

Author

Philippe Deléham, Sep 14 2008

Keywords

Comments

a(n) is also the exp transform of A010722. - Alois P. Heinz, Oct 09 2008
The number of ways of putting n labeled balls into a set of bags and then putting the bags into 6 labeled boxes. - Peter Bala, Mar 23 2013

Crossrefs

Programs

  • Maple
    a:= proc(n) option remember; `if`(n=0, 1,
          (1+add(binomial(n-1, k-1)*a(n-k), k=1..n-1))*6)
        end:
    seq(a(n), n=0..25); # Alois P. Heinz, Oct 09 2008
  • Mathematica
    Table[BellB[n,6],{n,0,20}] (* Vaclav Kotesovec, Mar 12 2014 *)
  • Sage
    expnums(18, 6) # Zerinvary Lajos, May 15 2009

Formula

a(n) = Sum_{k=0..n} 6^k*A048993(n,k); A048993: Stirling2 numbers.
G.f.: 6*(x/(1-x))*A(x/(1-x)) = A(x)-1; six times the binomial transform equals this sequence shifted one place left.
E.g.f.: exp(6(e^x-1)).
G.f.: T(0)/(1-6*x), where T(k) = 1 - 6*x^2*(k+1)/(6*x^2*(k+1) - (1-6*x-x*k)*(1-7*x-x*k)/T(k+1) ); (continued fraction). - Sergei N. Gladkovskii, Dec 04 2013
a(n) ~ n^n * exp(n/LambertW(n/6)-6-n) / (sqrt(1+LambertW(n/6)) * LambertW(n/6)^n). - Vaclav Kotesovec, Mar 12 2014
G.f.: Sum_{j>=0} 6^j*x^j / Product_{k=1..j} (1 - k*x). - Ilya Gutkovskiy, Apr 07 2019

Extensions

More terms from Alois P. Heinz, Oct 09 2008

A144263 Number of ways of placing n labeled balls into n unlabeled (but7-colored) boxes.

Original entry on oeis.org

1, 7, 56, 497, 4809, 50134, 558215, 6593839, 82187658, 1076193867, 14749823893, 210926792244, 3138696242941, 48485723853763, 775929767223352, 12840232627455485, 219355194338036309, 3862794707291567670
Offset: 0

Views

Author

Philippe Deléham, Sep 16 2008

Keywords

Comments

a(n) is also the exp transform of A010727. - Alois P. Heinz, Oct 09 2008
The number of ways of putting n labeled balls into a set of bags and then putting the bags into 7 labeled boxes. - Peter Bala, Mar 23 2013

Crossrefs

Programs

  • Maple
    a:= proc(n) option remember; `if`(n=0, 1,
          (1+add(binomial(n-1, k-1)*a(n-k), k=1..n-1))*7)
        end:
    seq(a(n), n=0..25); # Alois P. Heinz, Oct 09 2008
  • Mathematica
    Table[BellB[n,7],{n,0,20}] (* Vaclav Kotesovec, Mar 12 2014 *)
  • Sage
    expnums(18, 7) # Zerinvary Lajos, May 15 2009

Formula

a(n) = Sum_{k=0..n} 7^k*A048993(n,k); A048993: Stirling2 numbers.
E.g.f.: exp(7*(exp(x)-1)).
G.f.: 7*(x/(1-x))*A(x/(1-x))= A(x)-1; seven times the binomial transform equals this sequence shifted one place left.
a(n) ~ n^n * exp(n/LambertW(n/7)-7-n) / (sqrt(1+LambertW(n/7)) * LambertW(n/7)^n). - Vaclav Kotesovec, Mar 12 2014
G.f.: Sum_{j>=0} 7^j*x^j / Product_{k=1..j} (1 - k*x). - Ilya Gutkovskiy, Apr 11 2019

Extensions

More terms from Alois P. Heinz, Oct 09 2008

A129323 Second column of PE^2.

Original entry on oeis.org

0, 1, 4, 18, 88, 470, 2724, 17010, 113712, 809262, 6101820, 48540778, 405935688, 3557404838, 32577733972, 310987560930, 3087723669600, 31823217868318, 339845199259500, 3754422961010522, 42843681016834680, 504339820818380694
Offset: 0

Views

Author

Gottfried Helms, Apr 08 2007

Keywords

Comments

Base matrix is in A011971; second power is in A078937; third power is in A078938; fourth power is in A078939.

Crossrefs

Programs

Formula

PE=exp(matpascal(5))/exp(1); A = PE^2; a(n)=A[n,2] with exact integer arithmetic: PE=exp(matpascal(5)-matid(6)); A = PE^2; a(n)=A[n,2]

Extensions

More terms from R. J. Mathar, May 30 2008

A129324 Third column of PE^2.

Original entry on oeis.org

0, 0, 1, 6, 36, 220, 1410, 9534, 68040, 511704, 4046310, 33560010, 291244668, 2638581972, 24901833866, 244333004790, 2487900487440, 26245651191600, 286408960814862, 3228529392965250, 37544229610105220, 449858650676764140
Offset: 0

Views

Author

Gottfried Helms, Apr 08 2007

Keywords

Comments

Base matrix is in A011971; second power is in A078937; third power is in A078938; fourth power is in A078939.

Crossrefs

Programs

Formula

PE=exp(matpascal(5))/exp(1); A = PE^2; a(n)=A[n,3]; with exact integer arithmetic: PE=exp(matpascal(5)-matid(6)); A = PE^2; a(n)=A[n,3].
E.g.f.: (x^2/2) * exp(2 * (exp(x) - 1)). - Ilya Gutkovskiy, Jul 11 2020

Extensions

More terms from R. J. Mathar, May 30 2008

A129325 Fourth column of PE^2.

Original entry on oeis.org

0, 0, 0, 1, 8, 60, 440, 3290, 25424, 204120, 1705680, 14836470, 134240040, 1262060228, 12313382536, 124509169330, 1303109358880, 14098102762160, 157473907149600, 1813923418494126, 21523529286435000, 262809607270736540
Offset: 0

Views

Author

Gottfried Helms, Apr 08 2007

Keywords

Comments

Base matrix is in A011971; second power is in A078937; third power is in A078938; fourth power is in A078939.

Crossrefs

Programs

Formula

PE=exp(matpascal(5))/exp(1); A = PE^2; a(n)=A[n,4] with exact integer arithmetic: PE=exp(matpascal(5)-matid(6)); A = PE^2; a(n)=A[n,4]

Extensions

More terms from R. J. Mathar and Herman Jamke (hermanjamke(AT)fastmail.fm), May 01 2008

A129327 Second column of PE^3.

Original entry on oeis.org

0, 1, 6, 36, 228, 1545, 11196, 86457, 708504, 6136830, 55976430, 535904259, 5369146272, 56145107577, 611336534802, 6916529431620, 81152874393168, 985767316792449, 12376996566040980, 160399065135692073
Offset: 0

Views

Author

Gottfried Helms, Apr 08 2007

Keywords

Comments

Base matrix is in A011971; second power is in A078937; third power is in A078938; fourth power is in A078939.

Crossrefs

Programs

Formula

PE=exp(matpascal(5))/exp(1); A = PE^3; a(n)= A[ n,2 ] with exact integer arithmetic: PE=exp(matpascal(5)-matid(6)); A = PE^3; a(n)=A[ n,2]

Extensions

More terms from R. J. Mathar, May 30 2008

A129328 Third column of PE^3.

Original entry on oeis.org

0, 0, 1, 9, 72, 570, 4635, 39186, 345828, 3188268, 30684150, 307870365, 3215425554, 34899450768, 393015753039, 4585024011015, 55332235452960, 689799432341928, 8871905851132041, 117581467377389310, 1603990651356920730
Offset: 0

Views

Author

Gottfried Helms, Apr 08 2007

Keywords

Comments

Base matrix is in A011971; second power is in A078937; third power is in A078938; fourth power is in A078939.

Crossrefs

Programs

Formula

PE=exp(matpascal(5))/exp(1); A = PE^3; a(n)= A[ n,3 ] with exact integer arithmetic: PE=exp(matpascal(5)-matid(6)); A = PE^3; a(n)=A[ n,3]

Extensions

More terms from R. J. Mathar, May 30 2008

A129329 Fourth column of PE^3.

Original entry on oeis.org

0, 0, 0, 1, 12, 120, 1140, 10815, 104496, 1037484, 10627560, 112508550, 1231481460, 13933510734, 162864103584, 1965078765195, 24453461392080, 313549334233440, 4138796594051568, 56188737057169593, 783876449182595400
Offset: 0

Views

Author

Gottfried Helms, Apr 08 2007

Keywords

Comments

Base matrix is in A011971; second power is in A078937; third power is in A078938; fourth power is in A078939.

Crossrefs

Programs

Formula

PE=exp(matpascal(5))/exp(1); A = PE^3; a(n)= A[ n,4 ] with exact integer arithmetic: PE=exp(matpascal(5)-matid(6)); A = PE^3; a(n)=A[ n,4]
E.g.f.: (x^3/6) * exp(3 * (exp(x) - 1)). - Ilya Gutkovskiy, Jul 11 2020

Extensions

More terms from R. J. Mathar, May 30 2008

A129331 Second column of PE^4.

Original entry on oeis.org

0, 1, 8, 60, 464, 3780, 32568, 296492, 2845088, 28695060, 303334920, 3351877628, 38622668400, 463036981732, 5764038605528, 74365952622540, 992720923710272, 13690497077256628, 194777994524434344, 2855149354656290716
Offset: 0

Views

Author

Gottfried Helms, Apr 08 2007

Keywords

Comments

Base matrix is in A011971; second power is in A078937; third power is in A078938; fourth power is in A078939.

Crossrefs

Programs

Formula

PE=exp(matpascal(5))/exp(1); A = PE^4; a(n)= A[ n,2 ] with exact integer arithmetic: PE=exp(matpascal(5)-matid(6)); A = PE^4; a(n)=A[ n,2]

Extensions

More terms from R. J. Mathar, May 30 2008

A129332 Third column of PE^4.

Original entry on oeis.org

0, 0, 1, 12, 120, 1160, 11340, 113988, 1185968, 12802896, 143475300, 1668342060, 20111265768, 251047344600, 3241258872124, 43230289541460, 594927620980320, 8438127851537312, 123214473695309652, 1850390947982126268
Offset: 0

Views

Author

Gottfried Helms, Apr 08 2007

Keywords

Comments

Base matrix is in A011971; second power is in A078937; third power is in A078938; fourth power is in A078939.

Crossrefs

Programs

Formula

PE=exp(matpascal(5))/exp(1); A = PE^4; a(n)= A[ n,3 ] with exact integer arithmetic: PE=exp(matpascal(5)-matid(6)); A = PE^4; a(n)=A[ n,3]

Extensions

More terms from R. J. Mathar, May 30 2008
Previous Showing 11-20 of 34 results. Next