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.

A061113 Concatenation of numbers in n-th row of triangle of Stirling numbers of second kind (A008277).

This page as a plain text file.
%I A061113 #8 Jul 02 2025 16:02:01
%S A061113 1,11,131,1761,11525101,1319065151,163301350140211,
%T A061113 112796617011050266281,12553025777069512646462361,
%U A061113 151193303410542525228275880750451
%N A061113 Concatenation of numbers in n-th row of triangle of Stirling numbers of second kind (A008277).
%D A061113 Amarnath Murthy, A general result on the Smarandache Star function, Smarandache Notions Journal, Vol. 11, No. 1-2-3, Spring 2000.
%D A061113 Amarnath Murthy, Properties of Smarandache Star Triangle, Smarandache Notions Journal, Vol. 11, No. 1-2-3, Spring 2000.
%p A061113 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:
%K A061113 nonn,base,less
%O A061113 1,2
%A A061113 _Amarnath Murthy_, Apr 21 2001
%E A061113 More terms from _James Sellers_, Apr 23 2001