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!)
A128406 a(n) = (n+1)*2^(n*(n+1)). 0
1, 8, 192, 16384, 5242880, 6442450944, 30786325577728, 576460752303423488, 42501298345826806923264, 12379400392853802748991242240, 14278816360970775978458864905355264, 65334214448820184984967924626899496599552, 1187470080331358621040493926581979953470445191168 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Hankel transform of A069723.
With offset 1, a(n) is the number of vertices with in-degree = 0 over all labeled digraphs (with self loops allowed) on n vertices. Equivalently, the number of elements in all labeled relations on an n-set that have no preimage. - Geoffrey Critzer, Aug 16 2016
LINKS
FORMULA
a(n) = A095340(n)*A006125(n+1).
MATHEMATICA
Table[n 2^(n - 1) 2^(n - 1)^2, {n, 1, 10}]
Table[(n+1)2^(n(n+1)), {n, 0, 20}] (* Harvey P. Dale, Jun 21 2021 *)
CROSSREFS
Sequence in context: A052734 A003435 A071303 * A265269 A003956 A204820
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Mar 01 2007
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 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)