Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A061200
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A061200 tau_5(n) = number of ordered 5-factorizations of n. +0
14
1, 5, 5, 15, 5, 25, 5, 35, 15, 25, 5, 75, 5, 25, 25, 70, 5, 75, 5, 75, 25, 25, 5, 175, 15, 25, 35, 75, 5, 125, 5, 126, 25, 25, 25, 225, 5, 25, 25, 175, 5, 125, 5, 75, 75, 25, 5, 350, 15, 75, 25, 75, 5, 175, 25, 175, 25, 25, 5, 375, 5, 25, 75, 210, 25, 125, 5, 75, 25, 125, 5 (list; graph; listen)
OFFSET

1,2

COMMENT

tau_k(n) = |{(x_1,x_2,...,x_k): x_1*x_2*...*x_k=n}|, number of ordered k-factorizations of n. tau_k(p^m)=(-1)^(k-1)*binomial(-m-1,k-1), p -prime. limit(tau_k(n)/n^epsilon, n=infinity)=0, for any epsilon>0.

FORMULA

tau_k(n)=Sum_{d|n} tau_(k-1)(d), tau_1(n)=1. Dirichlet g.f.: (zeta(s))^k. For explicit formula, cf. A007425.

MATHEMATICA

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

PROGRAM

(PARI) for(n=1, 100, print1(sumdiv(n, k, sumdiv(k, x, sumdiv(x, y, numdiv(y)))), ", "))

CROSSREFS

Cf. tau_2(n): A000005, tau_3(n): A007425, tau_4(n): A007426, tau_6(n): A034695, (unordered) 2-factorization of n: A038548, (unordered) 3-factorization of n: A034836, A001055, A006218, A061201-A061204.

Sequence in context: A126439 A076903 A062367 this_sequence A050350 A147266 A147152

Adjacent sequences: A061197 A061198 A061199 this_sequence A061201 A061202 A061203

KEYWORD

easy,nonn,mult

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Apr 21 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