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 21-30 of 32 results. Next

A372353 Array read by upward antidiagonals: A(n, k) = A372352(A372282(n, k)), n,k >= 1.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 24, 4, 0, 0, 0, 256, 32, 6, 0, 0, 0, 0, 6144, 16, 0, 0, 0, 0, 0, 16777216, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 8, 4, 0, 0, 0, 0, 0, 0, 0, 896, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6144, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16777216, 0, 56, 4
Offset: 1

Views

Author

Antti Karttunen, Apr 29 2024

Keywords

Comments

Zeros occur in the same locations where 1's occur in array A372287.

Examples

			Array begins:
n\k| 1  2  3    4         5   6  7    8  9        10 11  12                 13
---+---------------------------------------------------------------------------
1  | 0, 0, 0,   2,        4,  6, 0,   2, 4,        6, 0,  2,                 4,
2  | 0, 0, 0,  24,       32, 16, 0,   8, 0,       32, 0, 56,                96,
3  | 0, 0, 0, 256,     6144,  0, 0, 896, 0,     6144, 0,  0,              8192,
4  | 0, 0, 0,   0, 16777216,  0, 0,   0, 0, 16777216, 0,  0,         402653184,
5  | 0, 0, 0,   0,        0,  0, 0,   0, 0,        0, 0,  0, 72057594037927936,
6  | 0, 0, 0,   0,        0,  0, 0,   0, 0,        0, 0,  0,                 0,
		

Crossrefs

Cf. also A372285 and A372355 (columnwise first differences).

Programs

A372359 Array read by upward antidiagonals: A(n, k) = A372358(A372282(n, k)), n,k >= 1.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 24, 4, 0, 0, 0, 256, 32, 6, 0, 0, 0, 0, 6144, 16, 0, 0, 0, 0, 0, 16777216, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 8, 4, 0, 0, 0, 0, 0, 0, 0, 1408, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6144, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16777216, 0, 88, 12
Offset: 1

Views

Author

Antti Karttunen, May 01 2024

Keywords

Comments

Zeros occur in the same locations as where they occur in A372353 and where 1's occur in array A372287.

Examples

			Array begins:
n\k| 1  2  3    4     5   6  7     8  9    10 11  12         13             14
---+----------------------------------------------------------------------------
1  | 0, 0, 0,   2,    4,  6, 0,    2, 4,    6, 0,  2,        12,            14,
2  | 0, 0, 0,  24,   32, 16, 0,    8, 0,   32, 0, 88,        96,           112,
3  | 0, 0, 0, 256, 6144,  0, 0, 1408, 0, 6144, 0,  0,      8192,          2560,
4  | 0, 0, 0,   0, 2^24,  0, 0,    0, 0, 2^24, 0,  0, 402653184,       6815744,
5  | 0, 0, 0,   0,    0,  0, 0,    0, 0,    0, 0,  0,      2^56, 4947802324992,
6  | 0, 0, 0,   0,    0,  0, 0,    0, 0,    0, 0,  0,         0,     31 * 2^79,
where 2^56 = 72057594037927936 and 31 * 2^79 = 18738350204026752207945728.
		

Crossrefs

Cf. also A372353.

Programs

Formula

A(n, k) = A372282(n,k) XOR A086893(1+A372354(n, k)), where XOR is bitwise-xor, A003987.

A372360 Array read by upward antidiagonals: A(n, k) = A000120(A372361(n, k)), n,k >= 1; Binary weights of terms of arrays A372359 and A372361.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 1, 0, 0, 0, 1, 1, 2, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3
Offset: 1

Views

Author

Antti Karttunen, May 01 2024

Keywords

Comments

Entry A(n, k) at row n and column k tells how many bits needs to be flipped in the binary expansion of the (n-1)-th iterate of Reduced Collatz function R, when started from 2*k-1, to obtain the unique term of A086893 with the same binary length as that (n-1)-th iterate. That is, A(n, k) gives the Hamming distance between A372283(n, k) and A086893(1+A000523(A372283(n, k))).
Zeros occur in the same locations as where they occur in A372359, etc.

Examples

			Array begins:
n\k| 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
---+-------------------------------------------------------------------------
1  | 0, 0, 0, 1, 1, 2, 0, 1, 1, 2, 0, 1, 2, 3, 1, 2, 2, 3, 1, 2, 3, 4, 2, 3,
2  | 0, 0, 0, 2, 1, 1, 0, 1, 0, 1, 0, 3, 2, 3, 2, 3, 2, 0, 1, 3, 2, 2, 1, 2,
3  | 0, 0, 0, 1, 2, 0, 0, 3, 0, 2, 0, 0, 1, 2, 1, 2, 2, 0, 2, 2, 3, 1, 0, 5,
4  | 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 2, 3, 0, 5, 1, 0, 1, 3, 2, 1, 0, 4,
5  | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 4, 2, 0, 0, 2, 5, 1, 0, 3,
6  | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 3, 1, 0, 0, 2, 4, 2, 0, 3,
7  | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 3, 0, 0, 0, 1, 3, 1, 0, 4,
8  | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 4, 0, 0, 0, 2, 3, 0, 0, 3,
9  | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 3, 0, 0, 0, 1, 4, 0, 0, 4,
10 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 4, 0, 0, 0, 0, 3, 0, 0, 4,
11 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 4, 0, 0, 0, 0, 4, 0, 0, 5,
12 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 5, 0, 0, 0, 0, 4, 0, 0, 3,
13 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 3, 0, 0, 0, 0, 5, 0, 0, 6,
14 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 6, 0, 0, 0, 0, 3, 0, 0, 2,
15 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 0, 0, 0, 6, 0, 0, 4,
16 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 4, 0, 0, 0, 0, 2, 0, 0, 4,
17 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 4, 0, 0, 0, 0, 4, 0, 0, 4,
18 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 4, 0, 0, 0, 0, 4, 0, 0, 3,
19 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 3, 0, 0, 0, 0, 4, 0, 0, 4,
20 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 4, 0, 0, 0, 0, 3, 0, 0, 6,
21 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 6, 0, 0, 0, 0, 4, 0, 0, 4,
We have A372283(5, 14) = 71, and when we compare the binary expansion of 71 = 1000111_2 with the term of A086893 that has a binary expansion of the same length, which in this case is 85 = 1010101_2, we see that only the bits at positions 1 and 4 (indexed from the right hand end, with 0 being the least significant bit position at right) need to be toggled to obtain the 71 from 85 or vice versa, therefore A(5, 14) = 2.
We have A372283(6, 14) = 107 = 1101011_2, and when xored with A086893(7) = 85 = 1010101_2, we obtain A372361(6, 14) = 62 = 111110_2, with five 1-bits, therefore A(6, 14) = 5. I.e., five bits (all except the least and the most significant bit) need to be flipped to change 85 to 107 or vice versa.
		

Crossrefs

Binary weights of A372359 and A372361.
Cf. also A372288.

Programs

Formula

A(n, k) = A000120(A372361(n, k)) = A000120(A372358(A372283(n, k))).
A(n, k) = A000120(A372359(n, k)) = A000120(A372358(A372282(n, k))).

A372361 Array read by upward antidiagonals: A(n, k) = A372358(A372283(n, k)), n,k >= 1.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 6, 4, 0, 0, 0, 4, 2, 6, 0, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 4, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 4, 0, 0, 0, 0, 0, 0, 0, 22, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 22, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 14
Offset: 1

Views

Author

Antti Karttunen, May 01 2024

Keywords

Examples

			Array begins:
n\k| 1  2  3  4  5  6  7   8  9 10 11  12  13   14 15   16  17  18  19  20
---+------------------------------------------------------------------------
1  | 0, 0, 0, 2, 4, 6, 0,  2, 4, 6, 0,  2, 12,  14, 8,  10, 20, 22, 16, 18,
2  | 0, 0, 0, 6, 2, 4, 0,  2, 0, 8, 0, 22,  6,  28, 6,  26, 12,  0,  2, 14,
3  | 0, 0, 0, 4, 6, 0, 0, 22, 0, 6, 0,  0,  8,  10, 4,  18,  6,  0,  6, 12,
4  | 0, 0, 0, 0, 4, 0, 0,  0, 0, 4, 0,  0,  6,  26, 0,  62,  8,  0,  4, 22,
5  | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  4,  18, 0, 116,  6,  0,  0, 48,
6  | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0,  62, 0,  44,  4,  0,  0,  6,
7  | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0, 116, 0,  14,  0,  0,  0,  8,
8  | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0,  44, 0,  92,  0,  0,  0,  6,
9  | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0,  14, 0,  50,  0,  0,  0,  4,
10 | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0,  92, 0,  78,  0,  0,  0,  0,
11 | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0,  50, 0,  60,  0,  0,  0,  0,
12 | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0,  78, 0, 122,  0,  0,  0,  0,
13 | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0,  60, 0,  82,  0,  0,  0,  0,
14 | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0, 122, 0, 222,  0,  0,  0,  0,
15 | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0,  82, 0, 260,  0,  0,  0,  0,
16 | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0, 222, 0, 232,  0,  0,  0,  0,
17 | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0, 260, 0, 114,  0,  0,  0,  0,
18 | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0, 232, 0,  46,  0,  0,  0,  0,
19 | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0, 114, 0,  44,  0,  0,  0,  0,
20 | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0,  46, 0,  78,  0,  0,  0,  0,
21 | 0, 0, 0, 0, 0, 0, 0,  0, 0, 0, 0,  0,  0,  44, 0, 252,  0,  0,  0,  0,
		

Crossrefs

Cf. A075677, A086893, A372283, A372358, A372360 (binary weights), A372446 (column 14).
Cf. also A372359.

Programs

A372446 a(n) = A372358(A372443(n)).

Original entry on oeis.org

14, 28, 10, 26, 18, 62, 116, 44, 14, 92, 50, 78, 60, 122, 82, 222, 260, 232, 114, 46, 44, 78, 252, 106, 138, 410, 354, 774, 1064, 218, 2, 1366, 336, 276, 228, 16, 8, 2, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

Antti Karttunen, May 03 2024

Keywords

Comments

These are the bitmasks (or symmetric differences) obtained when the n-th iterate of 27 with Reduced Collatz-function R [= A372443(n), where R(n) = A000265(3*n+1)] is xored with that term of A086893 that has the same binary length. The binary expansions of the terms of A086893 are always of the form 10101...0101 (i.e., alternating 1's and 0's starting and ending with 1) when the binary length is odd, and of the form 110101...0101 (i.e., 1 followed by alternating 1's and 0's, and ending with 1) when n is even. Note that for all n >= 1, R(A086893(2n-1)) = 1, and R(A086893(2n)) = 5 (with R(5) = 1), so the first zero here, a(39) = 0 indicates that the iteration will soon have reached the terminal 1, and indeed, A372443(41) = 1.

Crossrefs

Column 14 of A372361.

Programs

A283642 Decimal representation of the x-axis, from the origin to the right edge, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 678", based on the 5-celled von Neumann neighborhood.

Original entry on oeis.org

1, 3, 5, 11, 21, 43, 85, 171, 341, 683, 1365, 2731, 5461, 10923, 21845, 43691, 87381, 174763, 349525, 699051, 1398101, 2796203, 5592405, 11184811, 22369621, 44739243, 89478485, 178956971, 357913941, 715827883, 1431655765, 2863311531, 5726623061, 11453246123
Offset: 0

Views

Author

Robert Price, Mar 12 2017

Keywords

Comments

Initialized with a single black (ON) cell at stage zero.
Similar to A001045.
It is not difficult to prove that one has indeed a(n) = round(4*2^n/3) = A001045(n+2) for all n. The proof as well as the growth of the pattern is nearly identical to that of the toothpick sequence A139250. - M. F. Hasler, Feb 13 2020
The decimal representations of the n-th interval of elementary cellular automata rules 28 and 156 (see A266502 and A266508) generate this sequence. - Karl V. Keller, Jr., Sep 03 2021

Crossrefs

Programs

  • Mathematica
    CAStep[rule_, a_] := Map[rule[[10 - #]] &, ListConvolve[{{0, 2, 0},{2, 1, 2}, {0, 2, 0}}, a, 2],{2}];
    code = 678; stages = 128;
    rule = IntegerDigits[code, 2, 10];
    g = 2 * stages + 1; (* Maximum size of grid *)
    a = PadLeft[{{1}}, {g, g}, 0,Floor[{g, g}/2]]; (* Initial ON cell on grid *)
    ca = a;
    ca = Table[ca = CAStep[rule, ca], {n, 1, stages + 1}];
    PrependTo[ca, a];
    (* Trim full grid to reflect growth by one cell at each stage *)
    k = (Length[ca[[1]]] + 1)/2;
    ca = Table[Table[Part[ca[[n]] [[j]],Range[k + 1 - n, k - 1 + n]], {j, k + 1 - n, k - 1 + n}], {n, 1, k}];
    Table[FromDigits[Part[ca[[i]] [[i]], Range[i, 2 * i - 1]], 2], {i ,1, stages - 1}]
  • Python
    print([(4*2**n + 1)//3 for n in range(50)]) # Karl V. Keller, Jr., Sep 03 2021

Formula

From Colin Barker, Mar 14 2017: (Start)
G.f.: (1 + 2*x) / ((1 + x)*(1 - 2*x)).
a(n) = (2^(n+2) - 1) / 3 for n even.
a(n) = (2^(n+2) + 1) / 3 for n odd.
a(n) = a(n-1) + 2*a(n-2) for n>1.
(End)
I.e., a(n) = A001045(n+2) = A154917(n+2) = A167167(n+2) = |A077925(n+1)| = A328284(n+5) = round(4*2^n/3), cf. comments. - M. F. Hasler, Feb 13 2020
E.g.f.: (4*exp(2*x) - exp(-x))/3. - Stefano Spezia, Feb 13 2020
a(n) = floor((4*2^n + 1)/3). - Karl V. Keller, Jr., Sep 03 2021

A087293 Numbers k such that ((prime(k)*prime(k+1))^2 + 1)/2 is prime.

Original entry on oeis.org

2, 3, 6, 14, 27, 30, 35, 37, 44, 55, 101, 106, 118, 127, 137, 140, 154, 172, 184, 233, 248, 256, 260, 289, 383, 389, 425, 461, 463, 485, 500, 503, 513, 552, 584, 610, 617, 630, 642, 696, 706, 714, 737, 746, 819, 884, 926, 952, 964, 978, 1004, 1008, 1019, 1027
Offset: 1

Views

Author

Ray Chandler, Aug 31 2003

Keywords

Comments

Resulting primes are in A087294.

Examples

			2 is in the sequence because ((prime(2)*prime(3))^2 + 1)/2 = ((3*5)^2 + 1)/2 = 113 is prime.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[1100],PrimeQ[((Prime[#]Prime[#+1])^2+1)/2]&] (* Harvey P. Dale, Mar 18 2022 *)

Extensions

Offset changed to 1 by Jinyuan Wang, Aug 06 2021

A177954 Triangle read by rows, A070909 * Pascal's triangle.

Original entry on oeis.org

1, 2, 1, 2, 2, 1, 3, 5, 4, 1, 3, 6, 7, 4, 1, 4, 11, 17, 14, 6, 1, 4, 12, 22, 24, 16, 6, 1, 5, 19, 43, 59, 51, 27, 8, 1, 5, 20, 50, 80, 86, 62, 29, 8, 1, 6, 29, 86, 164, 212, 188, 113, 44, 10, 1
Offset: 0

Views

Author

Gary W. Adamson, May 15 2010

Keywords

Comments

Row sums = A086893: (1, 3, 5, 13, 21, 53, 85,...).

Examples

			First few rows of the triangle =
1;
2, 1;
2, 2, 1;
3, 5, 4, 1;
3, 6, 7, 4, 1;
4, 11, 17, 14, 6, 1;
4, 12, 22, 24, 16, 6, 1;
5, 19, 43, 59, 51, 27, 8, 1;
5, 20, 50, 80, 86, 62, 29, 8, 1;
6, 29, 86, 164, 212, 188, 113, 44, 10, 1;
6, 30, 95, 200, 296, 314, 239, 128, 46, 10, 1;
7, 41, 150, 365, 626, 776, 701, 458, 211, 65, 12, 1;
...
		

Crossrefs

Formula

Triangle read by rows, A070909 * A007318

Extensions

a(46) corrected by Georg Fischer, May 20 2022

A320642 Number of 1's in the base-(-2) expansion of -n.

Original entry on oeis.org

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

Views

Author

Jianing Song, Oct 18 2018

Keywords

Comments

Number of 1's in A212529(n).
Define f(n) as: f(0) = 0, f(-2*n) = f(n), f(-2*n+1) = f(n) + 1, then a(n) = f(-n), n >= 1. See A027615 for the other half of f.
For k > 1, the earliest occurrence of k is n = A086893(k-1).

Examples

			A212529(11) = 110101 which has four 1's, so a(11) = 4.
A212529(25) = 111011 which has five 1's, so a(25) = 5.
A212529(51) = 11011101 which has six 1's, so a(51) = 6.
		

Crossrefs

Programs

  • Mathematica
    b[n_] := b[n] = b[Quotient[n - 1, -2]] + Mod[n, 2]; b[0] = 0; a[n_] := b[-n]; Array[a, 100] (* Amiram Eldar, Jul 23 2023 *)
  • PARI
    b(n) = if(n==0, 0, b(n\(-2))+n%2)
    a(n) = b(-n)

Formula

a(n) == -n (mod 3).
a(n) = A000120(A005352(n)). - Michel Marcus, Oct 23 2018

A372355 Array read by upward antidiagonals: A(n,k) = A372285(1+n, k)-A372285(n, k), n,k >= 1.

Original entry on oeis.org

4, 8, 5, 16, 8, 6, 32, 16, 12, 3, 64, 32, 24, 5, 2, 128, 64, 48, 12, 7, 3, 256, 128, 96, 23, 13, 8, 7, 512, 256, 192, 44, 28, 15, 12, 1, 1024, 512, 384, 88, 55, 28, 24, 5, 6, 2048, 1024, 768, 176, 108, 56, 48, 13, 11, 3, 4096, 2048, 1536, 352, 216, 112, 96, 23, 20, 7, 8, 8192, 4096, 3072, 704, 432, 224, 192, 44, 40, 13, 16, 3
Offset: 1

Views

Author

Antti Karttunen, Apr 29 2024

Keywords

Examples

			Array begins:
n\k|    1     2      3     4     5     6      7     8      9    10     11    12
---+----------------------------------------------------------------------------
1  |    4,    5,     6,    3,    2,    3,     7,    1,     6,    3,     8,    3,
2  |    8,    8,    12,    5,    7,    8,    12,    5,    11,    7,    16,    9,
3  |   16,   16,    24,   12,   13,   15,    24,   13,    20,   13,    32,   15,
4  |   32,   32,    48,   23,   28,   28,    48,   23,    40,   28,    64,   28,
5  |   64,   64,    96,   44,   55,   56,    96,   44,    80,   55,   128,   56,
6  |  128,  128,   192,   88,  108,  112,   192,   88,   160,  108,   256,  112,
7  |  256,  256,   384,  176,  216,  224,   384,  176,   320,  216,   512,  224,
8  |  512,  512,   768,  352,  432,  448,   768,  352,   640,  432,  1024,  448,
9  | 1024, 1024,  1536,  704,  864,  896,  1536,  704,  1280,  864,  2048,  896,
10 | 2048, 2048,  3072, 1408, 1728, 1792,  3072, 1408,  2560, 1728,  4096, 1792,
11 | 4096, 4096,  6144, 2816, 3456, 3584,  6144, 2816,  5120, 3456,  8192, 3584,
12 | 8192, 8192, 12288, 5632, 6912, 7168, 12288, 5632, 10240, 6912, 16384, 7168,
		

Crossrefs

Columnwise first differences of A372285.
Cf. also A372353.

Programs

Previous Showing 21-30 of 32 results. Next