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
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
Sequence in context: A369021 A007675 A043441 * A004770 A191155 A107996
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 May 9 04:02 EDT 2024. Contains 372341 sequences. (Running on oeis4.)