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!)
A307416 Number of narcissistic group-separable preference profiles. 0
1, 1, 1, 6, 144, 13440, 4976640, 7390494720, 44033145569280, 1050540969012756480, 100246620373125798297600, 38247242364455762072803737600, 58346834889692144013481754807500800, 355946631376225773365104516210274756198400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
A. Karpov, On the Number of Group-Separable Preference Profiles, Group Decision and Negotiation, 2019, pp. 1-17.
FORMULA
a(n) = Sum_{k=1..n-1} binomial(n-1, k-1)*2^(2*n*k-2*k^2-n)*a(k)*a(n-k).
PROG
(PARI) a(n) = {j=1; if(n>1, j=sum(k=1, n-1, binomial(n-1, k-1)*2^(2*n*k-2*k^2-n)*a(k)*a(n-k))); j; } \\ Jinyuan Wang, Apr 08 2019
CROSSREFS
Sequence in context: A085905 A203978 A090443 * A133460 A166953 A280847
KEYWORD
nonn
AUTHOR
Alexander Karpov, Apr 07 2019
EXTENSIONS
More terms from Jinyuan Wang, Apr 08 2019
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 July 3 07:18 EDT 2024. Contains 373966 sequences. (Running on oeis4.)