A061113 Concatenation of numbers in n-th row of triangle of Stirling numbers of second kind (A008277).
1, 11, 131, 1761, 11525101, 1319065151, 163301350140211, 112796617011050266281, 12553025777069512646462361, 151193303410542525228275880750451
Offset: 1
References
- Amarnath Murthy, A general result on the Smarandache Star function, Smarandache Notions Journal, Vol. 11, No. 1-2-3, Spring 2000.
- Amarnath Murthy, Properties of Smarandache Star Triangle, Smarandache Notions Journal, Vol. 11, No. 1-2-3, Spring 2000.
Programs
-
Maple
with(combinat, stirling2): for n from 1 to 15 do for k from 1 to n do printf(`%d`, stirling2(n,k)) od: printf(`,`): od:
Extensions
More terms from James Sellers, Apr 23 2001