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!)
A251538 Numbers n such that A098548(2n+3) > A098548(2n+1) + 6. 6
2, 6, 10, 14, 18, 22, 26, 30, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 119, 123, 127, 131, 135, 139, 143, 147, 151, 155, 159, 162, 166, 170, 174, 178, 182, 186, 190, 194, 198, 202, 205, 209, 213, 217, 221, 225 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(i) = (A251537(i)-1)/2 for all i.
PROG
(Haskell)
a251538 n = a251538_list !! (n-1)
a251538_list = filter (\x -> a098548 (2*x+3) > a098548 (2*x+1) + 6) [1..]
-- Reinhard Zumkeller, Dec 08 2014
CROSSREFS
Sequence in context: A366047 A187884 A068977 * A111284 A130824 A016825
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)