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!)
A222294 Least k such that a term of the Collatz (3x+1) iteration of k is divisible by prime(n). 1
2, 3, 3, 7, 7, 7, 7, 19, 15, 19, 27, 37, 27, 43, 27, 15, 39, 27, 39, 27, 73, 27, 27, 27, 63, 39, 27, 27, 109, 75, 127, 87, 27, 123, 99, 151, 123, 163, 27, 115, 79, 27, 127, 171, 87, 199, 187, 223, 151, 135, 27, 159, 241, 27, 171, 27, 79, 271, 277, 187, 27, 27, 307 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Note that a(n) <= prime(n). The following primes require the maximum number of iterations: 2, 3, 7, 19, 37, 43, 73, 109, 127,...
LINKS
MATHEMATICA
Collatz[n_] := NestWhileList[If[EvenQ[#], #/2, 3 # + 1] &, n, # > 1 &]; Table[p = Prime[n]; k = 1; While[Select[Collatz[k], Mod[#, p] == 0 &] == {}, k++]; k, {n, 100}]
CROSSREFS
Cf. A070165.
Sequence in context: A210234 A209768 A209169 * A181850 A335050 A062761
KEYWORD
nonn
AUTHOR
T. D. Noe, Feb 22 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 July 27 12:33 EDT 2024. Contains 374647 sequences. (Running on oeis4.)