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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062808 Sum n^i*(n - i), i = 1..n. 2
0, 2, 15, 108, 970, 11190, 160125, 2739128, 54480996, 1234567890, 31384283755, 884241366756, 27342891567342, 920521275489998, 33512287529147385, 1311768467463790320, 54933923640889550728, 2450641333409472928554 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Permutational numbers A134640 isomorphic with permutation matrix generators of cyclic groups, n-th root of unity matrices. - Artur Jasinski (grafix(AT)csl.pl), Nov 07 2007

FORMULA

a(n) = (n^(n+1)-n^3+n^2-n)/(n-1)^2 for n>1. - Dean Hickerson, Jun 26, 2001

MATHEMATICA

Sum[n^i*(n - i), {i, 1, n}]

a = {}; b = {}; c = {}; Do[AppendTo[b, n]; c = b; AppendTo[c, 0]; AppendTo[a, FromDigits[c, n + 1]], {n, 1, 20}]; a (* Artur Jasinski *) - Artur Jasinski (grafix(AT)csl.pl), Nov 07 2007

CROSSREFS

Cf. A134640, A134641, A134642, A134643, A134644, A023811.

Sequence in context: A037740 A037635 A154635 * A162773 A140637 A022026

Adjacent sequences:  A062805 A062806 A062807 * A062809 A062810 A062811

KEYWORD

nonn,easy

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com), Jun 23 2001

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 21:13 EST 2012. Contains 206085 sequences.