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!)
A275718 Numbers n for which A003961(n) < A003961(n-1). 7
5, 7, 9, 10, 11, 13, 17, 19, 21, 22, 23, 25, 28, 29, 31, 33, 34, 37, 41, 43, 46, 47, 49, 51, 53, 55, 57, 58, 59, 61, 65, 67, 69, 71, 73, 76, 77, 79, 82, 83, 85, 89, 91, 93, 94, 97, 99, 101, 103, 105, 106, 107, 109, 111, 113, 115, 118, 121, 127, 129, 131, 133, 134, 136, 137, 139, 141, 142, 145, 148, 149, 151, 153, 154, 155 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
One more than the positions of descents in permutation A048673.
LINKS
MATHEMATICA
f[n_] := Times @@ Map[Prime[PrimePi@ First[#] + 1]^Last[#] &, FactorInteger@ n]; Select[Range@ 155, f[# - 1] > f@ # &] (* Michael De Vlieger, Aug 07 2016 *)
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A275718 (MATCHING-POS 1 2 (lambda (n) (< (A003961 n) (A003961 (- n 1))))))
CROSSREFS
One more than A275722.
Complement: A275717 (apart from 1 which is in neither sequence).
Sequence in context: A116451 A126949 A079696 * A129270 A153031 A334303
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 07 2016
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 May 7 00:25 EDT 2024. Contains 372298 sequences. (Running on oeis4.)