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!)
A135748 a(n) = Sum_{k=0..n} binomial(n,k)*2^(k^2). 3
1, 3, 21, 567, 67689, 33887403, 68921796861, 563431696713567, 18451249599365935569, 2418017680197896730749523, 1267674779574792745831097365221, 2658469935859419140387217204140789127, 22300777100086187451068223319189800258419769 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) is the number of directed graphs on any subset of a set of n labeled nodes, allowing self-loops (cf. A002416). - Brent A. Yorgey, Mar 23 2021
LINKS
FORMULA
a(n) ~ 2^(n^2). - Vaclav Kotesovec, Nov 27 2017
MATHEMATICA
Table[Sum[Binomial[n, k]2^k^2, {k, 0, n}], {n, 0, 15}] (* Harvey P. Dale, May 30 2013 *)
PROG
(PARI) {a(n)=sum(k=0, n, binomial(n, k)*2^(k^2))}
CROSSREFS
Cf. A002416.
Sequence in context: A032469 A006927 A014375 * A145386 A344260 A135327
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 27 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 May 7 15:53 EDT 2024. Contains 372310 sequences. (Running on oeis4.)