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!)
A221476 Prime numbers having no additional odd primes in their Collatz (3x+1) trajectory. 0
2, 5, 113, 227, 2417, 3637, 7253, 14549, 14563, 30559, 38677, 38833, 155333, 206923, 207121, 217309, 464213, 466033, 620771, 827693, 915737, 1100149, 1100353, 1220983, 1303873, 1472893, 1656901, 1963813, 2327483, 2475797, 2933717, 2933731, 3313777, 3491083 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence A221475 contains odd composite numbers with this property.
LINKS
MATHEMATICA
Collatz[n_] := NestWhileList[If[EvenQ[#], #/2, 3 # + 1] &, n, # > 1 &]; t = {}; n = 0; While[Length[t] < 50, n++; p = Prime[n]; If[Union[Drop[PrimeQ[Rest[Collatz[p]]], -2]] == {False}, AppendTo[t, p]]]; t
CROSSREFS
Cf. A221475.
Sequence in context: A070855 A228850 A041237 * A015172 A132526 A294513
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 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)