login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A317711 Numbers that are not uniform tree numbers. 9
12, 18, 20, 24, 28, 37, 40, 44, 45, 48, 50, 52, 54, 56, 60, 61, 63, 68, 71, 72, 74, 75, 76, 80, 84, 88, 89, 90, 92, 96, 98, 99, 104, 107, 108, 111, 112, 116, 117, 120, 122, 124, 126, 132, 135, 136, 140, 142, 144, 147, 148, 150, 152, 153, 156, 157, 160, 162 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A positive integer n is a uniform tree number iff either n = 1 or n is a power of a squarefree number whose prime indices are also uniform tree numbers. A prime index of n is a number m such that prime(m) divides n.
LINKS
EXAMPLE
The sequence of non-uniform tree numbers together with their Matula-Goebel trees begins:
12: (oo(o))
18: (o(o)(o))
20: (oo((o)))
24: (ooo(o))
28: (oo(oo))
37: ((oo(o)))
40: (ooo((o)))
44: (oo(((o))))
45: ((o)(o)((o)))
48: (oooo(o))
50: (o((o))((o)))
52: (oo(o(o)))
54: (o(o)(o)(o))
56: (ooo(oo))
60: (oo(o)((o)))
MATHEMATICA
rupQ[n_]:=Or[n==1, And[SameQ@@FactorInteger[n][[All, 2]], And@@rupQ/@PrimePi/@FactorInteger[n][[All, 1]]]];
Select[Range[100], !rupQ[#]&]
CROSSREFS
Sequence in context: A370409 A363101 A369516 * A359890 A323055 A059404
KEYWORD
nonn
AUTHOR
Gus Wiseman, Aug 05 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)