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!)
A199817 Odd numbers producing 10 even numbers in the Collatz iteration. 2
11, 35, 113, 341 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Collatz[n_]:=NestWhileList[If[EvenQ[#], #/2, 3 #+1]&, n, #>1&]; t={}; Do[If[Length[Select[Collatz[n], EvenQ]] == 10, AppendTo[t, n]], {n, 1, 100000, 2}]; t
CROSSREFS
Cf. A131450.
Cf. A199636 (row 10).
Sequence in context: A297539 A323691 A368743 * A216034 A224790 A098116
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Nov 12 2011
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 16 18:51 EDT 2024. Contains 371750 sequences. (Running on oeis4.)