Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111219
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111219 d_9(n), tau_9(n), number of ordered factorizations of n as n = rstuvwxyz (9-factorizations). +0
2
1, 9, 9, 45, 9, 81, 9, 165, 45, 81, 9, 405, 9, 81, 81, 495, 9, 405, 9, 405, 81, 81, 9, 1485, 45, 81, 165, 405, 9, 729, 9, 1287, 81, 81, 81, 2025, 9, 81, 81, 1485, 9, 729, 9, 405, 405, 81, 9, 4455, 45, 405, 81, 405, 9, 1485, 81, 1485, 81, 81, 9, 3645, 9, 81, 405, 3003, 81 (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, 9], {n, 65}] (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, m, sumdiv(m, o, sumdiv(o, x, numdiv(x)))))))), ", "))

CROSSREFS

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

Sequence in context: A003874 A097988 A103646 this_sequence A152752 A095344 A141635

Adjacent sequences: A111216 A111217 A111218 this_sequence A111220 A111221 A111222

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 December 16 17:18 EST 2009. Contains 170825 sequences.


AT&T Labs Research