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

%I #2 Mar 30 2012 18:37:07

%S 1,2,13,305,26881,9078017,11882207233,60716967030785,

%T 1217207202583019521,96068905115897742032897,

%U 29929069804525281689001787393,36877162272858587692985585499111425

%N Row sums of triangle A134484(n,k) = 2^[n(n-1) - k(k-1)] * C(n,k).

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

%Y Cf. A134484.

%K nonn

%O 0,2

%A _Paul D. Hanna_, Oct 28 2007

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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)