A376589 Points of nonzero curvature in the sequence of non-perfect-powers (A007916).
1, 2, 4, 5, 10, 11, 18, 20, 23, 24, 26, 27, 38, 39, 52, 53, 68, 69, 86, 87, 106, 107, 109, 110, 111, 112, 126, 127, 150, 151, 176, 177, 195, 196, 203, 204, 220, 221, 232, 233, 264, 265, 298, 299, 316, 317, 333, 334, 371, 372, 411, 412, 453, 454, 480, 481, 496
Offset: 1
Keywords
Examples
The non-perfect powers (A007916) are: 2, 3, 5, 6, 7, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, ... with first differences (A375706): 1, 2, 1, 1, 3, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 1, 1, ... with first differences (A376562): 1, -1, 0, 2, -2, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 1, -1, 0, ... with nonzeros at (A376589): 1, 2, 4, 5, 10, 11, 18, 20, 23, 24, 26, 27, 38, 39, 52, 53, 68, 69, 86, 87, ...
Links
- Gus Wiseman, Points of nonzero curvature in the non-perfect-powers.
Crossrefs
Runs of non-perfect-powers:
- sum: A375705
For non-perfect-powers: A375706 (first differences), A376562 (second differences), A376588 (inflection and undulation points).
Programs
-
Mathematica
radQ[n_]:=n>1&&GCD@@Last/@FactorInteger[n]==1; Join@@Position[Sign[Differences[Select[Range[1000],radQ],2]],1|-1]
Comments