The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A251537 Odd numbers n such that A098548(n+2) > A098548(n) + 6. 3

%I #12 Dec 08 2014 07:35:15

%S 5,13,21,29,37,45,53,61,67,75,83,91,99,107,115,123,131,139,147,153,

%T 161,169,177,185,193,201,209,217,225,233,239,247,255,263,271,279,287,

%U 295,303,311,319,325,333,341,349,357,365,373

%N Odd numbers n such that A098548(n+2) > A098548(n) + 6.

%H Reinhard Zumkeller, <a href="/A251537/b251537.txt">Table of n, a(n) for n = 1..100000</a>

%o (Haskell)

%o a251537 n = a251537_list !! (n-1)

%o a251537_list = filter (\x -> a098548 (x + 2) > a098548 x + 6) [1, 3 ..]

%o -- _Reinhard Zumkeller_, Dec 08 2014

%Y Cf. A098548, A251538, A251539.

%K nonn

%O 1,1

%A _N. J. A. Sloane_, Dec 07 2014

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 June 5 04:27 EDT 2024. Contains 373102 sequences. (Running on oeis4.)