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”).

Record values in A074078.
2

%I #7 Jul 31 2013 12:59:00

%S 2,4,13,15,21,22,23,27,29,34,36,40

%N Record values in A074078.

%C RECORDS transform of A074078.

%H N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>

%t ce[n_] := Length[NestWhileList[(n/3)*Ceiling[#] &, n/3, ! IntegerQ[#] &]] - 1; t = {}; r = 0; Do[If[ce[n] > r, AppendTo[t, r = ce[n]]], {n, 3, 5*10^5}]; t (* _Jayanta Basu_, Jul 31 2013 *)

%Y Cf. A074078, A074098.

%K nonn

%O 1,1

%A _N. J. A. Sloane_, Sep 17 2002