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!)
A261086 Numbers n > 1 for which A261085(n) < A261085(n-1). 3

%I #5 Sep 24 2015 11:29:44

%S 23,31,49,60,63,73,86,100,115,123,147,150,163,182,199,225,230,236,241,

%T 262,277,284,302,307,325,329,342,346,358,367,372,392,395,412,421,427,

%U 442,458,466,468,486,494,503,514,519,528,536,542,550,553,555,563,584,604,610,627,630,642,643,646,653,660,680,685,719,723,736,738,740,745,767

%N Numbers n > 1 for which A261085(n) < A261085(n-1).

%H Antti Karttunen, <a href="/A261086/b261086.txt">Table of n, a(n) for n = 1..10000</a>

%o (Scheme, with _Antti Karttunen_'s IntSeq-library)

%o (define A261086 (MATCHING-POS 1 1 (lambda (n) (and (> n 1) (> (A261085 (- n 1)) (A261085 n))))))

%Y Cf. A261085, A261087 (the corresponding primes).

%K nonn

%O 1,1

%A _Antti Karttunen_, Sep 23 2015

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 September 10 20:50 EDT 2024. Contains 375794 sequences. (Running on oeis4.)