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!)
A334151 Numbers k such that k / rad(k) > m / rad(m) for all m < k. 1
1, 4, 8, 16, 27, 32, 64, 128, 243, 256, 512, 1024, 2048, 4096, 6561, 8192, 16384, 32768, 59049, 65536, 131072, 262144, 524288, 1048576, 1594323, 2097152, 4194304, 8388608, 14348907, 16777216, 33554432, 67108864, 129140163, 134217728, 268435456 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The terms listed in the Data section are numbers of the form 2^i or 3^ceiling(j*(1 + sqrt(2))), i >= 2, j >= 0 (empirical observation).
LINKS
Michael De Vlieger, 256 X 256 pixel bitmap showing black if 3 | a(n) else white for n = 1..2^16, read in rows from left to right, stacked top to bottom.
MATHEMATICA
pp = 4; nn = 2^29; j = 0; c = e[_] = 1; r = Prime@ Range[pp];
Do[(e[#1]++; Set[{k, m}, {#1^#2, #1^(#2 - 1)}]) & @@
First@ MinimalBy[Array[{#, e[#]} &[r[[#]]] &, pp], Power @@ # &];
If[m > j, Set[{a[c], j}, {k, m}]; c++];
If[k > nn/2, Break[]], {n, Infinity}];
{1}~Join~Array[a, c - 2, 2] (* Michael De Vlieger, Mar 11 2023 *)
CROSSREFS
Sequence in context: A122494 A257278 A257279 * A299894 A339026 A025197
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 16 2020
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 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)