Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #7 Aug 04 2014 08:22:49
%S 0,3,0,3,0,3,0,3,0,4,0,4,0,4,0,4,0,3,0,3,0,3,0,3,0,5,0,5,0,5,0,5,0,3,
%T 0,3,0,3,0,3,0,4,0,4,0,4,0,4,0,3,0,3,0,3,0,3,0,6,0,6,0,6,0,6,0,3,0,3,
%U 0,3,0,3,0,4,0,4,0,4,0,4,0,3,0,3,0,3,0,3,0,5,0,5,0,5,0,5,0,3,0,3,0,3,0,3,0
%N A053398(7, n).
%H Reinhard Zumkeller, <a href="/A053387/b053387.txt">Table of n, a(n) for n = 1..1000</a>
%o (Haskell)
%o a053387 = flip a053398 7 . (+ 6) -- ~
%K nonn
%O 1,2
%A _David W. Wilson_