|
| |
|
|
A054631
|
|
Triangle read by rows: row n (n>=1) contains the numbers T(n,k) = sum_{d|n} phi(d)*k^(n/d)/n, for k=1..n.
|
|
6
| |
|
|
1, 1, 3, 1, 4, 11, 1, 6, 24, 70, 1, 8, 51, 208, 629, 1, 14, 130, 700, 2635, 7826, 1, 20, 315, 2344, 11165, 39996, 117655, 1, 36, 834, 8230, 48915, 210126, 720916, 2097684, 1, 60, 2195, 29144, 217045, 1119796, 4483815, 14913200, 43046889
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
LINKS
| Index entries for sequences related to necklaces
|
|
|
EXAMPLE
| 1;
1,3; see A000217
1,4,11; see A006527
1,6,24,70; see A006528
1,8,51,208,629; see A054620
1,14,130,700,2635,7826; see A006565
1,20,315,2344,11165,39996,117655; see A054621
|
|
|
MAPLE
| A054631 := proc(n, k) add( numtheory[phi](d)*k^(n/d), d=numtheory[divisors](n) ) ; %/n ; end proc: # R. J. Mathar, Aug 30 2011
|
|
|
CROSSREFS
| Cf. A054630, A054618, A054619. Lower triangle of A075195.
Sequence in context: A081720 A137405 A121922 * A180063 A125077 A065253
Adjacent sequences: A054628 A054629 A054630 * A054632 A054633 A054634
|
|
|
KEYWORD
| nonn,tabl
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Apr 16 2000, revised Mar 21 2007
|
| |
|
|