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!)
A344114 a(n) = 2^(n^2) - n!. 4
1, 14, 506, 65512, 33554312, 68719476016, 562949953416272, 18446744073709511296, 2417851639229258349049472, 1267650600228229401496699576576, 2658455991569831745807614120520772352, 22300745198530623141535718272648361026978816, 748288838313422294120286634350736906063831234982912 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is the number of relations on a set with n elements that are not one-to-one functions.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..57
Mohammad K. Azarian, Remarks and Conjectures Regarding Combinatorics of Discrete Partial Functions, Int'l Math. Forum (2022) Vol. 17, No. 3, 129-141.
EXAMPLE
a(1) = 2^(1^2) - 1! = 1;
a(2) = 2^(2^2) - 2! = 14;
a(3) = 2^(3^2) - 3! = 506.
MATHEMATICA
Table[2^(n^2) - n!, {n, 16}] // Flatten
CROSSREFS
Sequence in context: A024299 A190999 A320288 * A233014 A209096 A159645
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Jun 04 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 April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)