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

A074097
Record values in A074078.
2
2, 4, 13, 15, 21, 22, 23, 27, 29, 34, 36, 40
OFFSET
1,1
COMMENTS
RECORDS transform of A074078.
LINKS
MATHEMATICA
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 *)
CROSSREFS
Sequence in context: A116662 A373602 A024580 * A276481 A287684 A033628
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 17 2002
STATUS
approved