login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134485 Row sums of triangle A134484(n,k) = 2^[n(n-1) - k(k-1)] * C(n,k). 1
1, 2, 13, 305, 26881, 9078017, 11882207233, 60716967030785, 1217207202583019521, 96068905115897742032897, 29929069804525281689001787393, 36877162272858587692985585499111425 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) a(n)=sum(k=0, n, 2^(n*(n-1) - k*(k-1))*binomial(n, k))

CROSSREFS

Cf. A134484.

Sequence in context: A011808 A011841 A013106 * A075620 A131525 A082751

Adjacent sequences:  A134482 A134483 A134484 * A134486 A134487 A134488

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 28 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.