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!)
A335378 Number of ways to linearly order the components of a simple labeled graph on n nodes so that the label 1 is in the first component. 1
0, 1, 2, 9, 75, 1152, 34682, 2138198, 269883034, 68817253672, 35198146897560, 36032836311773232, 73789380474381388000, 302234317635238719436144, 2475886860241348605928934912, 40564851111492400113490251715664, 1329228293742222434273523342085983312, 87112291457022644126987794521680595912960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Integral [d/dx log(g(x))]/(1 - log(g(x))) dx, where g(x) is the e.g.f. for A006125.
MATHEMATICA
nn = 16; g[x_] := Sum[2^Binomial[n, 2] x^n/n!, {n, 0, nn+1}]; Table[n!, {n, 0, nn + 1}] CoefficientList[Integrate[Series[D[Log[g[x]], x]/(1 - Log[g[x]]), {x, 0, nn}], x], x]
CROSSREFS
Sequence in context: A243054 A080638 A370259 * A232471 A357539 A277181
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Jun 04 2020
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 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)