Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A077592
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A077592 Table by antidiagonals of tau_k(n) the k-th Piltz function (see A007425), or n-th term of sequence resulting from applying inverse Moebius transform (k-1) times to all ones sequence. +0
3
1, 1, 1, 1, 2, 1, 1, 3, 2, 1, 1, 4, 3, 3, 1, 1, 5, 4, 6, 2, 1, 1, 6, 5, 10, 3, 4, 1, 1, 7, 6, 15, 4, 9, 2, 1, 1, 8, 7, 21, 5, 16, 3, 4, 1, 1, 9, 8, 28, 6, 25, 4, 10, 3, 1, 1, 10, 9, 36, 7, 36, 5, 20, 6, 4, 1, 1, 11, 10, 45, 8, 49, 6, 35, 10, 9, 2, 1, 1, 12, 11, 55, 9, 64, 7, 56, 15, 16, 3, 6, 1, 1 (list; table; graph; listen)
OFFSET

1,5

FORMULA

If n=Sum_i p_i^e_i, then T(n, k)=Product_i C(k+e_i-1, e_i). T(n, k) =sum_d{d|n}T(n-1, d) =A077593(n, k)-A077593(n-1, k).

Columns are multiplicative.

EXAMPLE

Rows start: 1,1,1,1,1,1,1,...; 1,2,3,4,5,6,7,...; 1,2,3,4,5,6,7,...; 1,3,6,10,15,21,28,...; 1,2,3,4,5,6,7,...; 1,4,9,16,25,36,49,...; etc.

MATHEMATICA

tau[n_, 1] = 1; tau[n_, k_] := tau[n, k] = Plus @@ (tau[ #, k - 1] & /@ Divisors[n]); Table[tau[n - k + 1, k], {n, 14}, {k, n, 1, -1}] // Flatten (* Robert G. Wilson v *)

CROSSREFS

Columns include A000012, A000005, A007425, A007426, A061200, A034695. Rows include (with multiplicity and some offsets) A000012, A000027, A000027, A000217, A000027, A000290, A000027, A000292, A000217, A000290, A000027, A002411, A000027, A000290, A000290, A000332 etc. Cf. A077593.

Sequence in context: A136622 A025474 A136575 this_sequence A055794 A092905 A052511

Adjacent sequences: A077589 A077590 A077591 this_sequence A077593 A077594 A077595

KEYWORD

mult,nonn,tabl

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Nov 08 2002

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research