Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111217
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111217 d_7(n), tau_7(n), number of ordered factorizations of n as n = rstuvwx (7-factorizations). +0
3
1, 7, 7, 28, 7, 49, 7, 84, 28, 49, 7, 196, 7, 49, 49, 210, 7, 196, 7, 196, 49, 49, 7, 588, 28, 49, 84, 196, 7, 343, 7, 462, 49, 49, 49, 784, 7, 49, 49, 588, 7, 343, 7, 196, 196, 49, 7, 1470, 28, 196, 49, 196, 7, 588, 49, 588, 49, 49, 7, 1372, 7, 49, 196, 924, 49, 343, 7, 196 (list; graph; listen)
OFFSET

1,2

MATHEMATICA

tau[n_, 1] = 1; tau[n_, k_] := tau[n, k] = Plus @@ (tau[ #, k - 1] & /@ Divisors[n]); Table[ tau[n, 7], {n, 68}] (from Robert G. Wilson v (rgwv(at)rgwv.com), Nov 02 2005)

PROGRAM

(PARI) for(n=1, 100, print1(sumdiv(n, i, sumdiv(i, j, sumdiv(j, k, sumdiv(k, l, sumdiv(l, x, numdiv(x)))))), ", "))

CROSSREFS

Cf. tau_2(n)...tau_6(n): A000005, A007425, A007426, A061200, A034695.

Sequence in context: A059772 A114369 A027844 this_sequence A140252 A095343 A121210

Adjacent sequences: A111214 A111215 A111216 this_sequence A111218 A111219 A111220

KEYWORD

mult,nonn

AUTHOR

Gerald McGarvey (gerald.mcgarvey(AT)comcast.net), Oct 25 2005

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