[go: up one dir, main page]

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!)
A349927 Number of transitive relations on an n-set with exactly three ordered pairs. 4
0, 0, 2, 43, 276, 1150, 3710, 10017, 23688, 50556, 99450, 183095, 319132, 531258, 850486, 1316525, 1979280, 2900472, 4155378, 5834691, 8046500, 10918390, 14599662, 19263673, 25110296, 32368500, 41299050, 52197327, 65396268, 81269426, 100234150 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = 2*C(n,2) + 37*C(n,3) + 116*C(n,4) + 180*C(n,5) + 120*C(n,6).
a(n) = (1/6)*(n^6 - 6*n^5 + 24*n^4 - 47*n^3 + 38*n^2 - 10*n).
EXAMPLE
a(2) = 2. These two transitive relations are {(1,1),(1,2),(2,2)} and {(1,1),(2,1),(2,2)} on the 2-set {1,2}.
PROG
(PARI) A349927(n) = (1/6)*(n^6 - 6*n^5 + 24*n^4 - 47*n^3 + 38*n^2 - 10*n); \\ Antti Karttunen, Dec 05 2021
CROSSREFS
Sequence in context: A107156 A062582 A073594 * A112097 A354304 A220270
KEYWORD
nonn,easy
AUTHOR
Firdous Ahmad Mala, Dec 05 2021
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 August 29 09:35 EDT 2024. Contains 375511 sequences. (Running on oeis4.)