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!)
A251536 A098548(2n)/2. 3
1, 2, 5, 11, 14, 17, 20, 26, 29, 32, 35, 41, 44, 47, 50, 56, 59, 62, 65, 71, 74, 77, 80, 86, 89, 92, 95, 101, 104, 107, 110, 119, 122, 125, 131, 134, 137, 140, 146, 149, 152, 155, 161, 164, 167, 170, 176, 179, 182, 185, 191 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Equals (A251535(n)+1)/2.
LINKS
PROG
(Haskell)
a251536 n = a251536_list !! (n-1)
a251536_list = map (flip div 2) $ snd a098548_bisect
-- where a098548_bisect is defined in a251535.
-- Reinhard Zumkeller, Dec 08 2014
CROSSREFS
Sequence in context: A272852 A210506 A097055 * A347838 A191163 A287708
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.)