The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A226358 Number of labeled relations on {1,2,...,n} such that 1 and 2 are in the same component. 0
0, 0, 12, 456, 63264, 33261504, 68578235904, 562670659193856, 18444482155274686464, 2417777758564741377613824, 1267640925339738611935051382784, 2658450920454274160572632643718086656, 22300734564407398196216147429929635837640704 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
A062738(n) < a(n) < A002416 for n > 2.
LINKS
FORMULA
E.g.f. is the double integral of A''(x)*B(x) where A(x) is the e.g.f. for A062738 and B(x) is the e.g.f. for A002416.
EXAMPLE
a(3) = 456 because there are 432 connected relations on [3]. Then there are 12 connected relations on [2] and for each the element 3 may be related to itself or not.
432 + 2*12 = 456.
MATHEMATICA
nn=10; g=Sum[2^n^2 x^n/n!, {n, 0, nn+2}]; Join[{0, 0}, Range[0, nn]! * CoefficientList[Series[D[D[Log[g], x], x]g , {x, 0, nn}], x]]
CROSSREFS
Sequence in context: A121348 A239365 A277262 * A225796 A112363 A221032
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Jun 04 2013
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 May 26 01:19 EDT 2024. Contains 372807 sequences. (Running on oeis4.)