login

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

A232101
a(n) = A000217(A232097(n)) / n!.
3
1, 3, 1, 5, 1, 35, 5, 208, 8073, 36120, 1133197, 456667, 13535367, 2592766, 3409144, 24103053951, 1417826703, 486682892638
OFFSET
1,2
FORMULA
a(n) = A000217(A232097(n)) / A000142(n).
PROG
(Scheme)
(define (A232101 n) (/ (A000217 (A232097 n)) (A000142 n)))
CROSSREFS
Sequence in context: A147024 A146378 A166086 * A176249 A083722 A111426
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 25 2013
STATUS
approved