login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A251550
a(n) = (A251549(n)-1)/2.
2
1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 5, 6, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 11, 11, 11, 11, 11, 11, 11, 11, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 18, 18, 18, 18, 18
OFFSET
1,3
PROG
(Haskell)
a251550 = flip div 2 . subtract 1 . a251549
-- Reinhard Zumkeller, Dec 19 2014
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 18 2014
STATUS
approved