Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102773
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102773 Sum_{i=0..n} C(n,i)^2*i!*4^i. +0
4
1, 5, 49, 709, 13505, 318181, 8916145, 289283429, 10656031489, 439039941445, 19995858681521, 997184081617285, 54026137182982849, 3159127731435043109, 198258247783634075185, 13289190424904891606821, 947419111092028780186625 (list; graph; listen)
OFFSET

0,2

REFERENCES

Z. Li, Z. Li and Y. Cao, Enumeration of symplectic and orthogonal injective partial transformations, Discrete Math., 306 (2006), 1781-1787. (The function s_n.)

FORMULA

E.g.f. = (1/(1-4x))*exp(x/(1-4x))

MAPLE

seq(sum('binomial(k, i)^2*i!*4^i', 'i'=0..k), k=0..30);

MATHEMATICA

f[n_] := Sum[k!*4^k*Binomial[n, k]^2, {k, 0, n}]; Table[ f[n], {n, 0, 16}] (* or *)

Range[0, 16]! CoefficientList[ Series[1/(1 - 4x)*Exp[x/(1 - 4x)], {x, 0, 16}], x] (from Robert G. Wilson v Mar 16 2005)

CROSSREFS

Cf. A002720, A025167.

Sequence in context: A089914 A052142 A136729 this_sequence A028575 A006554 A052750

Adjacent sequences: A102770 A102771 A102772 this_sequence A102774 A102775 A102776

KEYWORD

easy,nonn

AUTHOR

Miklos Kristof (kristmikl(AT)freemail.hu), Mar 16 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 16 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research