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!)
A213203 The sum of the first n! integers, with every n-th integer taken as negative. 4
-1, -1, 3, 132, 4260, 172440, 9069480, 609618240, 51209444160, 5267273961600, 651825357321600, 95601055094899200, 16405141092269529600, 3257166195621552614400, 741005309513165913216000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = n * (n-1)! * ((n-2)*(n-1)! - 1)/2.
Conjecture: a(n) + (-n^2-n-11)*a(n-1) + (n^3+7*n^2-13*n+39)*a(n-2) - 2*(n-2)*(4*n^2-2*n-15)*a(n-3) + 20*(n-2)*(n-3)*(n-4)*a(n-4) = 0. - R. J. Mathar, Mar 21 2013
EXAMPLE
For a(3)=3, 3! is 6 then the sum of the first 6 integers taking each 3rd integer as negative is: 1+2-3+4+5-6 = 3.
For a(4)=132, 4! is 24 then the sum of the first 24 integers taking each 4th integer as negative is: 1+2+3-4+5+6+7-8+9+10+11-12+13+14+15-16+17+18+19-20+21+22+23-24 = 132.
PROG
(PARI) a(n)={my(y=(n-1)!); ((n*y)*((n-2)*y-1))\2; }
CROSSREFS
Sequence in context: A090540 A262643 A048796 * A199141 A152435 A239426
KEYWORD
sign,easy
AUTHOR
R. J. Cano, Mar 01 2013
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 April 23 11:07 EDT 2024. Contains 371905 sequences. (Running on oeis4.)