OFFSET
1,2
REFERENCES
Amarnath Murthy, Smarandache Star derived sequences, Smarandache Notions Journal, Vol. 12, No. 1-2-3, Spring 2001.
MAPLE
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:
MATHEMATICA
Table[FromDigits[Flatten[IntegerDigits/@Abs[Table[StirlingS1[n, m], {m, n}]]]], {n, 10}] (* Harvey P. Dale, Feb 09 2016 *)
CROSSREFS
KEYWORD
nonn,base,less
AUTHOR
Amarnath Murthy, Apr 21 2001
EXTENSIONS
More terms from James A. Sellers, Apr 23 2001
STATUS
approved