login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074097 Record values in A074078. 2
2, 4, 13, 15, 21, 22, 23, 27, 29, 34, 36, 40 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
RECORDS transform of A074078.
LINKS
N. J. A. Sloane, Transforms
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: A064454 A116662 A024580 * A276481 A287684 A033628
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 17 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:44 EDT 2024. Contains 371975 sequences. (Running on oeis4.)