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
5, 13, 21, 29, 37, 45, 53, 61, 67, 75, 83, 91, 99, 107, 115, 123, 131, 139, 147, 153, 161, 169, 177, 185, 193, 201, 209, 217, 225, 233, 239, 247, 255, 263, 271, 279, 287, 295, 303, 311, 319, 325, 333, 341, 349, 357, 365, 373 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 1..100000

PROG

(Haskell)

a251537 n = a251537_list !! (n-1)

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

-- Reinhard Zumkeller, Dec 08 2014

CROSSREFS

Cf. A098548, A251538, A251539.

Sequence in context: A030374 A007675 A043441 * A004770 A191155 A107996

Adjacent sequences: A251534 A251535 A251536 * A251538 A251539 A251540

KEYWORD

nonn

AUTHOR

N. J. A. Sloane, Dec 07 2014

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 March 25 01:20 EDT 2023. Contains 361511 sequences. (Running on oeis4.)