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!)
A243628 Odd numbers producing 30 even numbers in the Collatz iteration. 1
185, 187, 191, 541, 545, 551, 557, 561, 563, 575, 607, 1629, 1635, 1637, 1655, 1659, 1671, 1677, 1681, 1683, 1685, 1687, 1725, 1755, 1803, 1821, 1825, 1833, 2007, 2011, 4885, 4917, 4929, 4953, 4963, 4965, 4979, 5015, 5017, 5029, 5041, 5043, 5045, 5061, 5077, 5081, 5091, 5121 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See row 30 of A199636.
LINKS
MATHEMATICA
Collatz[n_] := NestWhileList[If[EvenQ[#], #/2, 3 # + 1] &, n, # > 1 &]; t = {}; Do[If[Length[Select[Collatz[n], EvenQ]] == 30, AppendTo[t, n]], {n, 1, 100000, 2}]; t
on30Q[n_]:=Count[NestWhileList[If[EvenQ[#], #/2, 3#+1]&, n, #!=1&], _?EvenQ] ==30; Select[Range[1, 5131, 2], on30Q] (* Harvey P. Dale, Mar 18 2023 *)
CROSSREFS
Sequence in context: A194614 A232915 A139265 * A353388 A262053 A362096
KEYWORD
nonn,fini,less
AUTHOR
Vincenzo Librandi, Jun 08 2014
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)