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

A074098
Where records occur in A074078.
2
4, 5, 10, 275, 508, 3694, 5675, 6562, 32420, 137782, 295409, 430645
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, n]; r = ce[n]], {n, 3, 5*10^5}]; t (* Jayanta Basu, Jul 31 2013 *)
CROSSREFS
Sequence in context: A109675 A052508 A305887 * A196270 A295656 A126069
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Sep 17 2002
EXTENSIONS
Four more terms from Jayanta Basu, Jul 31 2013
STATUS
approved