Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A079491
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A079491 Numerator of Sum(binomial(n,k)/2^(k*(k-1)/2), k = 0 .. n). +0
3
1, 2, 7, 45, 545, 12625, 564929, 49162689, 8361575425, 2789624383745, 1830776926245889, 2368773751202917377, 6053217182280501452801, 30595465072175429929979905, 306239118989330960523869667329, 6076268165073202122463201684865025 (list; graph; listen)
OFFSET

0,2

REFERENCES

D. L. Kreher and D. R. Stinson, Combinatorial Algorithms, CRC Press, 1999, p. 113.

FORMULA

E.g.f.: Sum_{n>=0} a(n)*x^n/n! = Sum_{n>=0} exp(2^n*x)*2^(n(n-1)/2)*x^n/n!. [From Paul D. Hanna (pauldhanna(AT)juno.com), Sep 14 2009]

EXAMPLE

1, 2, 7/2, 45/8, 545/64, 12625/1024, 564929/32768, 49162689/2097152, ...

MAPLE

f := n->add(binomial(n, k)/2^(k*(k-1)/2), k=0..n);

PROGRAM

(PARI) {a(n)=n!*polcoeff(sum(k=0, n, exp(2^k*x +x*O(x^n))*2^(k*(k-1)/2)*x^k/k!), n)} [From Paul D. Hanna (pauldhanna(AT)juno.com), Sep 14 2009]

CROSSREFS

Denominators are in A006125.

Cf. A079492.

Sequence in context: A098637 A162045 A153549 this_sequence A162046 A162047 A162048

Adjacent sequences: A079488 A079489 A079490 this_sequence A079492 A079493 A079494

KEYWORD

nonn,frac

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jan 20 2003

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 December 16 17:18 EST 2009. Contains 170825 sequences.


AT&T Labs Research