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!)
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; text; internal format)
OFFSET
0,2
LINKS
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 * A236551 A304727 A355730
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 28 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 December 1 14:40 EST 2023. Contains 367476 sequences. (Running on oeis4.)