Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #13 Jan 22 2023 14:34:51
%S 1,11,231,61161,245035101,12027422585151,72017641624735175211,
%T 5040130681313267691960322281,4032010958411812467284224494536546361,
%U 36288010265761172700723680269325632739450870451
%N Concatenation of numbers in n-th row of triangle of unsigned Stirling numbers of first kind (A008275).
%D Amarnath Murthy, Smarandache Star derived sequences, Smarandache Notions Journal, Vol. 12, No. 1-2-3, Spring 2001.
%p with(combinat, stirling1): for n from 1 to 15 do for k from 1 to n do printf(`%d`, abs(stirling1(n,k))) od: printf(`,`): od:
%t Table[FromDigits[Flatten[IntegerDigits/@Abs[Table[StirlingS1[n,m],{m,n}]]]],{n,10}] (* _Harvey P. Dale_, Feb 09 2016 *)
%K nonn,base,less
%O 1,2
%A _Amarnath Murthy_, Apr 21 2001
%E More terms from _James A. Sellers_, Apr 23 2001