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).

Original entry on oeis.org

1, 11, 131, 1761, 11525101, 1319065151, 163301350140211, 112796617011050266281, 12553025777069512646462361, 151193303410542525228275880750451
Offset: 1

Views

Author

Amarnath Murthy, Apr 21 2001

Keywords

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