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!)
A151615 Row sums of A057282. 1

%I #2 Mar 30 2012 16:51:03

%S 2,22,360,7880,216240,7124880,273463680

%N Row sums of A057282.

%p # read in A057282 as list called s1

%p f:=n->add(s1[i],i=n*(n-1)/2+1..n*(n+1)/2); [seq(f(n),n=1..7)];

%K nonn

%O 1,1

%A _N. J. A. Sloane_, May 29 2009

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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)