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!)
A221475 Odd numbers having no odd primes in their Collatz (3x+1) trajectory. 3
1, 21, 85, 341, 453, 909, 1365, 1813, 5461, 7281, 9669, 21845, 29013, 29125, 38835, 45839, 54327, 58197, 58253, 68759, 77667, 81491, 87381, 103139, 116053, 116501, 122237, 154709, 154737, 155341, 183357, 232789, 233013, 257551, 275037, 310385, 310669, 325965 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sequence A196871 contains these terms and even numbers that are 2^k times terms in this sequence.
LINKS
MATHEMATICA
Collatz[n_] := NestWhileList[If[EvenQ[#], #/2, 3 # + 1] &, n, # > 1 &]; t = {1}; n = 1; While[Length[t] < 50, n = n + 2; If[Union[Drop[PrimeQ[Collatz[n]], -2]] == {False}, AppendTo[t, n]]]; t
CROSSREFS
Cf. A196871.
Sequence in context: A044208 A044589 A116972 * A277356 A041858 A217549
KEYWORD
nonn
AUTHOR
T. D. Noe, Feb 14 2013
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)