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!)
A094630 Number of 3-uniform T_0-covers on n vertices. 3
1, 0, 0, 0, 5, 893, 1039947, 34351783511, 72057317345649377, 19342812465159881755696499, 1329227995591486918148744122456237749, 46768052394574271874021714673583968385714779097997, 1684996666696914425950059618212919561731019777110516294609942096153 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
E.g.f.: exp(-x+x^2/2+x^3/3)*Sum_{n>=0} (2^binomial(n, 3)*exp(-2^(n-1)*x^2)*x^n/n!.
PROG
(PARI) seq(n)={Vec(serlaplace(exp(-x + x^2/2 + x^3/3 + O(x*x^n))*sum(k=0, n, 2^binomial(k, 3)*exp(-2^(k-1)*x^2 + O(x*x^(n-k)))*x^k/k!)))} \\ Andrew Howroyd, Jan 29 2020
CROSSREFS
Sequence in context: A299065 A299837 A299726 * A284637 A173914 A015940
KEYWORD
nonn
AUTHOR
Goran Kilibarda, Vladeta Jovovic, May 15 2004
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 June 6 19:24 EDT 2023. Contains 363150 sequences. (Running on oeis4.)