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!)
A253676 Irregular triangle T read by rows in which row n is the result of iterating the function S defined in A257480 and terminating at the first occurrence of 1, assuming the 3x+1 (or Collatz) conjecture. 4
1, 2, 1, 3, 5, 4, 2, 1, 4, 2, 1, 5, 4, 2, 1, 6, 1, 7, 8, 5, 4, 2, 1, 8, 5, 4, 2, 1, 9, 7, 8, 5, 4, 2, 1, 10, 5, 4, 2, 1, 11, 41, 31, 35, 59, 149, 112, 95, 107, 608, 770, 145, 109, 82, 16, 14, 2, 1, 12, 5, 4, 2, 1, 13, 10, 5, 4, 2, 1, 14, 2, 1, 15, 17, 13, 10, 5, 4, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
T begins:
. 1
. 2 1
. 3 5 4 2 1
. 4 2 1
. 5 4 2 1
. 6 1
. 7 8 5 4 2 1
. 8 5 4 2 1
. 9 7 8 5 4 2 1
. 10 5 4 2 1
. 11 41 31 35 59 149 112 95 107 608 770 145 109 82 16 14 2 1
. 12 5 4 2 1
. 13 10 5 4 2 1
. 14 2 1
. 15 17 13 10 5 4 2 1
MATHEMATICA
v[n_] := IntegerExponent[n, 2]; f[x_] := (3*x + 1)/2^v[3*x + 1]; s[n_] := (3 + (3/2)^v[1 + f[4*n - 3]]*(1 + f[4*n - 3]))/6; t[n_] := NestWhileList[s[#] &, n, # > 1 &]; Flatten[Table[t[n], {n, 15}]] (* Replace Flatten with Grid to get the irregular triangle. *)
CROSSREFS
Cf. A257480 and cross references therein.
Sequence in context: A258248 A209139 A257161 * A182939 A056943 A258654
KEYWORD
nonn,tabf
AUTHOR
L. Edson Jeffery, May 02 2015
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.)