(49g 50g) Bell numbers
|
08-19-2018, 04:14 PM
(This post was last modified: 03-03-2020 09:46 PM by John Keith.)
Post: #1
|
|||
|
|||
(49g 50g) Bell numbers
Following on from this post, this program returns a list of the Bell numbers ( A000110 in OEIS) from 0 through n:
Code:
A simple modification of the above will return rows 0 through n of the Bell triangle, OEIS A011971: Code:
Both programs require GoferLists and should be run in exact mode due to the size of the numbers involved. These programs are adapted (i.e. shamelessly stolen) from the excellent Haskell and Python programs in the OEIS links above. |
|||
03-03-2020, 09:51 PM
Post: #2
|
|||
|
|||
RE: (49g 50g) Bell numbers
Both programs in the post above have been replaced with new programs which are shorter, faster and use less memory. In particular, the first program can compute much longer lists of Bell numbers without an "Insufficient Memory" error.
|
|||
03-04-2020, 05:37 AM
Post: #3
|
|||
|
|||
RE: (49g 50g) Bell numbers
For integer input N the programme returns the Nth Bell number:
Code: Size: 117. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)