OFFSET
1,2
COMMENTS
Positions of the ascents in permutation A048673.
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..16384
MATHEMATICA
f[n_] := Times @@ Map[Prime[PrimePi@ First[#] + 1]^Last[#] &, FactorInteger@ n]; Select[Range@ 145, f@ # < f[# + 1] &] (* Michael De Vlieger, Aug 07 2016 *)
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 07 2016
STATUS
approved