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!)
A275721 Numbers n for which A003961(n+1) > A003961(n). 5
1, 2, 3, 5, 7, 11, 13, 14, 15, 17, 19, 23, 25, 26, 29, 31, 34, 35, 37, 38, 39, 41, 43, 44, 47, 49, 51, 53, 55, 59, 61, 62, 63, 65, 67, 69, 71, 73, 74, 77, 79, 80, 83, 85, 86, 87, 89, 91, 94, 95, 97, 99, 101, 103, 107, 109, 111, 113, 115, 116, 118, 119, 121, 122, 123, 124, 125, 127, 129, 131, 134, 137, 139, 142, 143, 145 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Positions of the ascents in permutation A048673.
LINKS
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)
(define A275721 (MATCHING-POS 1 1 (lambda (n) (> (A003961 (+ 1 n)) (A003961 n)))))
CROSSREFS
One less than A275717.
Complement: A275722.
Sequence in context: A034442 A077620 A370123 * A007933 A032524 A097312
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 April 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)