login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068201 One of a family of sequences that interpolates between the Bell numbers and the factorials. 3
1, 2, 6, 24, 120, 720, 4920, 37320, 309120, 2763720, 26440920, 268864320, 2889978120, 32689371720, 387638491920, 4803456571320, 62026296732120, 832595493624720, 11592967532632920, 167119530011233320, 2489936579950221120, 38283169922493447720 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
G. Labelle et al., Stirling numbers interpolation using permutations with forbidden subsequences, Discrete Math. 246 (2002), 177-195.
LINKS
MAPLE
g:= proc(n) option remember; `if` (n=0, 1, (1+add(binomial (n-1, k-1) * g(n-k), k=1..n-1)) * 5) end:
a:= n-> `if`(n<=2, (n+1)!, 24*g(n-3)): seq (a(n), n=0..25); # Sean A. Irvine, Feb 02 2024
CROSSREFS
Cf. A000110, A001861, A068199, A068200, this, ..., A000142.
Sequence in context: A177546 A177544 A177540 * A189848 A189285 A177545
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 23 2002
EXTENSIONS
More terms from Sean A. Irvine, Feb 02 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)