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!)
A198591 Odd numbers producing 8 odd numbers in the Collatz iteration. 1
25, 49, 51, 99, 101, 197, 205, 217, 397, 405, 433, 435, 441, 475, 789, 821, 833, 857, 867, 869, 875, 883, 951, 953, 955, 1589, 1621, 1649, 1667, 1713, 1715, 1733, 1741, 1751, 1765, 1785, 1901, 1907, 1911, 3157, 3185, 3285, 3299, 3333, 3427, 3429, 3469, 3477 (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], OddQ]] == 8, AppendTo[t, n]], {n, 1, 10000, 2}]; t
CROSSREFS
Cf. A198584.
Sequence in context: A004936 A062058 A273510 * A069063 A064937 A245272
KEYWORD
nonn
AUTHOR
T. D. Noe, Oct 31 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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)