The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A347267 a(n) is the first term of the n-th 3x+1 sequence that shares infinitely many 1's with the 3x+1 sequence that starts at 1. 3
1, 8, 10, 12, 13, 17, 22, 23, 27, 28, 29, 30, 36, 37, 38, 49, 50, 51, 64, 65, 66, 67, 71, 80, 84, 85, 86, 87, 89, 94, 95, 96, 103, 104, 106, 111, 113, 114, 115, 118, 119, 124, 125, 126, 136, 137, 138, 140, 141, 150, 151, 153, 156, 157, 158, 159, 164, 165, 166, 176, 180 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is the first term of the row a(n) of the square array A347270.
Integers m such that A008908(m) == 1 (mod 3). - Michel Marcus, Aug 31 2021
LINKS
EXAMPLE
From Michel Marcus and Omar E. Pol, Aug 31 2021: (Start)
Excerpt from A347270 array showing that the 3x+1 sequences that start at 1, 8, 10, 12 and 13 share infinitely many 1's.
1, 4, 2, 1, 4, 2, 1, 4, 2, 1, 4, 2, 1, 4, 2, 1, 4, 2, 1, ...
8, 4, 2, 1, 4, 2, 1, 4, 2, 1, 4, 2, 1, 4, 2, 1, 4, 2, 1, ...
10, 5,16, 8, 4, 2, 1, 4, 2, 1, 4, 2, 1, 4, 2, 1, 4, 2, 1, ...
12, 6, 3,10, 5,16, 8, 4, 2, 1, 4, 2, 1, 4, 2, 1, 4, 2, 1, ...
13,40,20,10, 5,16, 8, 4, 2, 1, 4, 2, 1, 4, 2, 1, 4, 2, 1, ... (End)
PROG
(PARI) f(n) = if (n%2, 3*n+1, n/2); \\ A006370
nb(n) = my(k=1, m=n); while (m!=1, k++; m=f(m)); k; \\ A008908
isok(m) = (nb(m) % 3) == 1; \\ Michel Marcus, Aug 31 2021
CROSSREFS
Companion of A347268 and A347269.
Sequence in context: A176815 A338473 A336143 * A220571 A033872 A080752
KEYWORD
nonn
AUTHOR
Omar E. Pol, Aug 25 2021
EXTENSIONS
More terms from Michel Marcus, Aug 31 2021
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 May 14 13:07 EDT 2024. Contains 372533 sequences. (Running on oeis4.)