Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122180
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122180 Number of ways to write n as n = x*y*z with 1<x<y<z<n. +0
3
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 3, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 3, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 4, 0, 0, 0, 1, 0, 1, 0, 1, 1 (list; graph; listen)
OFFSET

1,48

COMMENT

x,y,z are distinct proper factors of n. See A122181 for n such that a(n) > 0.

EXAMPLE

a(48) = 2 because 48 = 2*3*8 = 2*4*6, two products of three distinct proper factors of 48.

PROGRAM

(PARI) for(n=1, 105, t=0; for(x=2, n-1, for(y=x+1, n-1, for(z=y+1, n-1, if(x*y*z==n, t++)))); print1(t, ", "))

CROSSREFS

Cf. A034836, A088432, A088433, A088434, A122179, A122181.

Sequence in context: A101638 A070141 A088722 this_sequence A033772 A086015 A086012

Adjacent sequences: A122177 A122178 A122179 this_sequence A122181 A122182 A122183

KEYWORD

nonn

AUTHOR

Rick L. Shepherd (rshepherd2(AT)hotmail.com), Aug 23 2006

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