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!)
A054949 Number of labeled semi-strong digraphs on n nodes with an odd number of components. 1
1, 1, 19, 1612, 565276, 734799976, 3523103676184, 63519230066936512, 4400411105398828102336, 1190433708177460323642937216, 1270463865199882936737403300783744, 5381067966904826663696685903449569172992, 90765788839502187660342772995967835888789034496 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
V. A. Liskovets, Some easily derivable sequences, J. Integer Sequences, 3 (2000), #00.2.2.
FORMULA
a(n) = (A054948(n) + A054947(n))/2. - Andrew Howroyd, Sep 10 2018
MATHEMATICA
A054947[1] = 1; A054947[n_] := A054947[n] = 2^(n(n - 1)) - Sum[Binomial[n, j] 2^((n - 1)(n - j)) A054947[j], {j, 1, n - 1}];
A054948[0] = 1; A054948[n_] := A054948[n] = Module[{A}, A = 1 + Sum[ A054948[k]*x^k/k!, {k, 1, n - 1}]; n!*SeriesCoefficient[Sum[2^(k^2 - k)*x^k/k!/(A /. x -> 2^k*x) , {k, 0, n}], {x, 0, n}]];
a[n_] := (A054948[n] + A054947[n])/2;
Array[a, 13] (* Jean-François Alcover, Aug 27 2019 *)
CROSSREFS
Sequence in context: A002115 A223498 A352465 * A242564 A068748 A289736
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 24 2000
EXTENSIONS
More terms from Vladeta Jovovic, Mar 11 2003
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 March 19 01:22 EDT 2024. Contains 370952 sequences. (Running on oeis4.)