Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062813
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062813 Sum i*n^i, i = 0..n-1. +0
7
0, 2, 21, 228, 2930, 44790, 800667, 16434824, 381367044, 9876543210, 282458553905, 8842413667692, 300771807240918, 11046255305880158, 435659737878916215, 18364758544493064720, 824008854613343261192 (list; graph; listen)
OFFSET

1,2

COMMENT

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

Sum[i*n^i, {i, 0, -1 + n}]

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 *)

PROGRAM

(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 this_sequence A024231 A069717 A036679

Adjacent sequences: A062810 A062811 A062812 this_sequence A062814 A062815 A062816

KEYWORD

nonn,easy

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research