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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062813 Sum i*n^i, i = 0..n-1. 7
0, 2, 21, 228, 2930, 44790, 800667, 16434824, 381367044, 9876543210, 282458553905, 8842413667692, 300771807240918, 11046255305880158, 435659737878916215, 18364758544493064720, 824008854613343261192 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Largest Katadrome (number with digits in strict descending order) in base n.

The largest permutational number (A134640) of order n. These numbers are isomorphic with antidiagonal permutation matrices of order n. Where diagonal matrices are a[i,1+n-i]=1 {i=1,n} a[i<>1+n-i]=0 for smallest permutational numbers of order n see A023811 - Artur Jasinski (grafix(AT)csl.pl), Nov 07 2007

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 - (n^n-n)/(n-1)^2 for n>1. - Dean Hickerson, Jun 26, 2001

MATHEMATICA

Table[Sum[i*n^i, {i, 0, -1 + n}], {n, 17}] (* Gerard *)

a = {0}; Do[c = {}; Do[AppendTo[c, n - k], {k, 0, n}]; AppendTo[a, FromDigits[c, n + 1]], {n, 1, 20}]; a (* Artur Jasinski, Nov 08 2007 *)

PROG

(PARI) a(n) = sum(i=0, n-1, i*n^i)

CROSSREFS

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

Sequence in context: A058476 A099748 A023812 * A024231 A069717 A036679

Adjacent sequences:  A062810 A062811 A062812 * A062814 A062815 A062816

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 16 02:30 EST 2012. Contains 205860 sequences.