cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 11-14 of 14 results.

A372448 a(n) is the 2-adic valuation of 1 + 3*{the n-th iterate of 27 with A371094}.

Original entry on oeis.org

1, 4, 9, 19, 39, 79, 160, 322, 645, 1292, 2585, 5171, 10344, 20689, 41379, 82759, 165520, 331043, 662087, 1324175, 2648352, 5296705, 10593412, 21186825, 42373651, 84747303, 169494607, 338989215, 677978433, 1355956867, 2711913735, 5423827471, 10847654946, 21695309894, 43390619790, 86781239584, 173562479171, 347124958343
Offset: 0

Views

Author

Antti Karttunen, May 04 2024

Keywords

Crossrefs

Programs

Formula

a(n) = A371093(A372444(n)).
a(0) = 1, and for n > 0, a(n) = 2*a(n-1) + A371093(A372443(n)).

A372362 a(n) is the 2-adic valuation of 1 + 3*{the n-th iterate of 27 with Reduced Collatz-function R}.

Original entry on oeis.org

1, 2, 1, 1, 1, 1, 2, 2, 1, 2, 1, 1, 2, 1, 1, 1, 2, 3, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 3, 1, 1, 1, 4, 2, 2, 4, 3, 1, 1, 5, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
Offset: 0

Views

Author

Antti Karttunen, May 06 2024

Keywords

Crossrefs

The first 41 terms form the row 13 of A351122.

Programs

Formula

a(n) = A371093(A372443(n)).

A372451 a(n) = A372449(1+n) - A372449(n).

Original entry on oeis.org

3, 5, 11, 21, 40, 81, 161, 324, 647, 1293, 2587, 5172, 10346, 20691, 41380, 82761, 165521, 331045, 662088, 1324177, 2648354, 5296706, 10593414, 21186826, 42373653, 84747305, 169494608, 338989217, 677978434, 1355956869, 2711913737, 5423827472, 10847654948, 21695309895, 43390619792, 86781239585, 173562479173, 347124958345
Offset: 0

Views

Author

Antti Karttunen, May 05 2024

Keywords

Comments

a(n) tells how many bits the length of the binary expansion grows when we go from A372444(n) to A372444(1+n).

Crossrefs

First differences of A372449.
Column 14 of A372356.

Programs

Formula

a(n) = A000523(A372444(1+n)) - A000523(A372444(n)).

A372450 a(n) = k, if A086893(k) is the first term of A086893 reached on the trajectory of reduced Collatz-function R, when starting from 2n-1, or -1 if no term of A086893 is ever encountered.

Original entry on oeis.org

1, 2, 3, 4, 4, 4, 4, 6, 4, 4, 5, 6, 4, 6, 4, 6, 4, 6, 4, 4, 6, 4, 4, 6, 4, 4, 6, 6, 4, 4, 6, 6, 4, 4, 4, 6, 6, 7, 4, 4, 6, 6, 7, 4, 4, 6, 6, 6, 6, 4, 4, 6, 4, 6, 6, 6, 7, 4, 4, 4, 6, 4, 6, 4, 6, 4, 4, 4, 6, 4, 6, 6, 6, 6, 4, 9, 4, 6, 4, 6, 6, 6, 6, 6, 4, 6, 4, 6, 4, 4, 4, 6, 4, 4, 6, 4, 6, 6, 4, 6, 9, 4, 4, 6, 4, 4, 8, 6
Offset: 1

Views

Author

Antti Karttunen, May 03 2024

Keywords

Comments

The length of the binary expansion of the first term of A086893 that comes along when starting from x = 2*n-1 and then repeating the operation x -> A000265(3*x+1). If 2n-1 itself is in A086893, then its binary length is used.
Terms A016789(n) = 2, 5, 8, 11, 14, 17, ... occur only once in this sequence because A086893(A016789(n)) are all multiples of 3: 3, 21, 213, 1365, 13653, 87381, 873813, 5592405, 55924053, 357913941, ..., while the terms of A075677 never are. Note that all terms > 1 of A086893 are just one or two invocations of R away from 1.

Examples

			a(11) = 5 because the first term of A086893 that occurs on the trajectory of 21 (= 2*11-1) is 21 = A086893(5).
a(14) = 6 because the first term of A086893 that occurs on the trajectory of 27 (= 2*14-1) is A372443(39) = 53 = A086893(6).
		

Crossrefs

Programs

Previous Showing 11-14 of 14 results.