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!)
A268218 a(n) = (n!/3!)*Sum(1/k!,k=1..n-3). 3
0, 0, 0, 0, 4, 30, 200, 1435, 11536, 103908, 1039200, 11431365, 137176600, 1783296086, 24966145568, 374492183975, 5991874944160, 101861874051400, 1833513732926016, 34836760925595273, 696735218511906600, 14631439588750039930, 321891670952500880000, 7403508431907520241771 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
G. A. Kamel, Partial Chain Topologies on Finite Sets, Computational and Applied Mathematics Journal. Vol. 1, No. 4, 2015, pp. 174-179.
MAPLE
g:=(r, n)->(n!/r!)*add(1/k!, k=1..n-r);
g2:=r->[seq(g(r, n), n=0..30)];
g2(3);
PROG
(PARI) a(n) = (n!/3!)*sum(k=1, n-3, 1/k!); \\ Michel Marcus, Jan 30 2016
CROSSREFS
For others in this series, see A038156, A038158, A268219, A268220.
Sequence in context: A089154 A113450 A344399 * A272493 A246151 A094567
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jan 30 2016
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)