Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A060946
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A060946 Trace of Vandermonde matrix of numbers 1,2,..n, i.e. the matrix A with A[i,j] = i^j, 1 <= i <= n, 0 <= j <= n-1. +0
3
1, 3, 12, 76, 701, 8477, 126126, 2223278, 45269999, 1045269999, 26982694600, 769991065288, 24068076187769, 817782849441913, 30010708874832538 (list; graph; listen)
OFFSET

1,2

COMMENT

A member of the family of sequences defined by a(n) = sum_{i=1..n}[i*c(1)*..*c(r)]^(i-1); c(i) integers. Here c(1)=1. - Ctibor O. ZIZKA (ctibor.zizka(AT)seznam.cz), Feb 23 2008

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,100

C. P. Simoes, Teste de Desempenho Mental.

FORMULA

a(n) = sum k=1, ..n k^(k-1)

EXAMPLE

a(3) = 12 because the matrix is: 1,1,1 1,2,4 1,3,9 and the trace is 1+2+9 = 12

1 = 1^0; 3 = 1^0 + 2^1; 12 = 1^0 + 2^1 + 3^2; 76 = 1^0 + 2^1 + 3^2 + 4^3

MAPLE

a:=n->sum ((j+1)^j, j=0..n): seq(a(n), n=0..17); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 17 2008]

MATHEMATICA

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

PROGRAM

(PARI) { for (n=1, 100, write("b060946.txt", n, " ", sum(k=1, n, k^(k - 1))); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 15 2009]

CROSSREFS

A000178, A001923.

Cf. A000169.

Sequence in context: A134524 A120591 A032114 this_sequence A121421 A108043 A058561

Adjacent sequences: A060943 A060944 A060945 this_sequence A060947 A060948 A060949

KEYWORD

nonn

AUTHOR

Ahmed Fares (ahmedfares(AT)my-deja.com), May 08 2001

EXTENSIONS

More terms from Zak Seidov (zakseidov(AT)yahoo.com), Jul 07 2003

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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research