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.

Showing 1-2 of 2 results.

A002023 a(n) = 6*4^n.

Original entry on oeis.org

6, 24, 96, 384, 1536, 6144, 24576, 98304, 393216, 1572864, 6291456, 25165824, 100663296, 402653184, 1610612736, 6442450944, 25769803776, 103079215104, 412316860416, 1649267441664, 6597069766656, 26388279066624, 105553116266496, 422212465065984
Offset: 0

Views

Author

Keywords

Comments

From Peter M. Chema, Mar 02 2017: (Start)
Number of rods (line segments) required to make a Sierpinski tetrahedron of side length 2^n.
Also equals the number of balls (vertices) in a Sierpinski tetrahedron of side length 2^n+1 minus the number of balls in a Sierpinski tetrahedron of side length 2^n (the first difference in the tetrix numbers). See formula. (End)
Equivalently, the number of edges in the (n+1)-Sierpinski tetrahedron graph. - Eric W. Weisstein, Aug 17 2017
These numbers a(n) together with the 13 numbers from A337217 give the positive integers m represented uniquely by the ternary form x^2 + y^2 + 2*z^2, with integers 0 <= x <= y and 0 <= z. This is theorem 2.1 of Kaplansky, p. 87 with proof on p. 90. - Wolfdieter Lang, Aug 20 2020
a(n) is also the domination number of the (n+3)-Sierpinski tetrahedron graph. - Eric W. Weisstein, Sep 13 2021

References

  • Irving Kaplansky, Integers Uniquely Represented by Certain Ternary Forms, in "The Mathematics of Paul Erdős I", Ronald. L. Graham and Jaroslav Nešetřil (Eds.), Springer, 1997, pp. 86 - 94.

Crossrefs

Cf. A283070 (vertex count).
Cf. A004171.

Programs

Formula

From Philippe Deléham, Nov 23 2008: (Start)
a(n) = 4*a(n-1) for n > 0, a(0)=6.
G.f.: 6/(1-4*x). (End)
a(n) = 3*A004171(n). - R. J. Mathar, Mar 08 2011
From Peter M. Chema, Mar 03 2017: (Start)
a(n) = A283070(n+1) - A283070(n).
a(n) = A004171(n+1) - A004171(n). (End)
E.g.f.: 6*exp(4*x). - G. C. Greubel, Aug 17 2017

A337218 The positive integers uniquely represented by the ternary form x^2 + 2*y^2 + 2*z^2, with integers x <= 0, and 0 <= y <= z.

Original entry on oeis.org

1, 2, 3, 5, 6, 10, 12, 13, 14, 21, 22, 30, 37, 42, 46, 48, 58, 70, 78, 93, 133, 142, 190, 192, 253, 768, 3072, 12288, 49152, 196608, 786432, 3145728, 12582912, 50331648, 201326592, 805306368, 3221225472, 12884901888
Offset: 1

Views

Author

Wolfdieter Lang, Aug 20 2020

Keywords

Comments

This sequence gives Theorem 2.2. of Kaplansky, p. 88, with a proof on p. 90.
This sequence is composed of two finite ones and an infinite one: (i) 2*A337217 = {2, 6, 10, 14, 22, 30, 42, 46, 58, 70, 78, 142, 190}, the even members of A094739, (ii) {1, 5, 13, 21, 37, 93, 133, 253}, the 1 (mod 4) members of A094739, and (iii) A002001(k+1) = 4^k*3, for integer k >= 0. Beginning with a(26) = 768 only the powers 4^k*3, for k >= 4 appear.
See eq. (2.2), (2,4), p. 87, of Kaplansky for the two finite sequences with 13 and 8 members, respectively.
The positive integers which have no such solution (x, y, z) are given by 4^k*(7+8*m) = A002001(k+1)*A004771(m), for k >= 0 and m >= 0. See Kaplansky, p. 88. The other missing positive integers have more than 1 solution.

Examples

			4 is not a member because (x, y, z) = (0, 1, 1) and (2, 0, 0) give both 4.
3 is a member with one solution (1, 0, 1).
5 is a member with one solutuion (1, 1, 1).
7 is not a member because there is no solution.
11 is not a member because there are two solutions (1, 1, 2) and (3, 0, 1).
		

References

  • Irving Kaplansky, Integers Uniquely Represented by Certain Ternary Forms, in "The Mathematics of Paul Erdős I", Ronald. L. Graham and Jaroslav Nešetřil (Eds.), Springer, 1997, pp. 86 - 94.

Crossrefs

Formula

See the comment for the union of the three sequences (i), (ii) and (iii).
Showing 1-2 of 2 results.