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-20 of 26 results. Next

A275015 Number of neighbors of each new term in an isosceles triangle read by rows.

Original entry on oeis.org

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

Views

Author

Omar E. Pol, Nov 20 2016

Keywords

Comments

To evaluate a(n) consider only the neighbors of a(n) that are present in the isosceles triangle when a(n) should be a new term in the triangle.
Apart from the left border and the right border, the rest of the elements are 3's.
If every "3" is replaced with a "4", we have the sequence A278290.
a(n) is also the number of new penny-penny contacts when putting pennies in a triangular arrangement.
For the same idea but for a right triangle see A278317; for a square array see A278290, for a square spiral see A278354; and for a hexagonal spiral see A047931.

Examples

			The sequence written as an isosceles triangle begins:
.
.                     0;
.                   1,  2;
.                 1,  3,  2;
.               1,  3,  3,  2;
.             1,  3,  3,  3,  2;
.           1,  3,  3,  3,  3,  2;
.         1,  3,  3,  3,  3,  3,  2;
.       1,  3,  3,  3,  3,  3,  3,  2;
.     1,  3,  3,  3,  3,  3,  3,  3,  2;
.   1,  3,  3,  3,  3,  3,  3,  3,  3,  2;
...
		

Crossrefs

Row sums give A008585.
Left border gives A057427.
Every diagonal that is parallel to the left border gives the elements greater than 1 of A158799.
Right border gives 0 together with A007395, also twice A057427.
Every diagonal that is parallel to the right border gives A122553.

Programs

  • Mathematica
    Table[Boole[n > 1] (Prepend[Reverse@ Rest@ #, First@ #] &@ Range@ n /. k_ /; k > 3 -> 3), {n, 13}] // Flatten (* or *)
    Table[Boole[n > 1] (Map[Mod[#, n] &, Range@ n] /. {k_ /; k > 1 -> 3, 0 -> 2}), {n, 13}] // Flatten (* Michael De Vlieger, Nov 23 2016 *)

A339260 Decimal expansion of the maximum possible volume of a polyhedron with 8 vertices inscribed in the unit sphere.

Original entry on oeis.org

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

Views

Author

Hugo Pfoertner, Nov 29 2020

Keywords

Comments

Berman and Hanes (see link, page 81) proved in 1970 that an arrangement of 8 points on the surface of a sphere with 4 points with node degree 4 and 4 points with node degree 5 is the one with a maximum volume of their convex hull.

Examples

			1.8157161042244203975084949306331777890131009552754398376663729...
		

Crossrefs

Cf. A010527 (volume of double 5-pyramid), A081314, A081366, A122553 (volume of octahedron), A339259.

Programs

  • Mathematica
    RealDigits[Sqrt[(475 + 29*Sqrt[145])/250], 10, 120][[1]] (* Amiram Eldar, Jun 01 2023 *)
  • PARI
    sqrt((475+29*sqrt(145))/250)

Formula

Equals sqrt((475 + 29*sqrt(145))/250).

A339261 Decimal expansion of the conjecturally maximum possible volume of a polyhedron with 9 vertices inscribed in the unit sphere.

Original entry on oeis.org

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

Views

Author

Hugo Pfoertner, Dec 05 2020

Keywords

Examples

			2.0437501158996398411663654642269853338632606152947518187182157956871...
		

Crossrefs

Cf. A010527 (volume of double 5-pyramid), A081314, A081366, A122553 (volume of octahedron), A339259, A339260, A339261, A339262, A339263.

Programs

  • Mathematica
    RealDigits[3*Sqrt[2*Sqrt[3] - 3], 10, 120][[1]] (* Amiram Eldar, Jun 28 2023 *)
  • PARI
    3*sqrt(2*sqrt(3) - 3)

Formula

Equals 3*sqrt(2*sqrt(3) - 3).

A339262 Decimal expansion of the conjecturally maximum possible volume of a polyhedron with 10 vertices inscribed in the unit sphere.

Original entry on oeis.org

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

Views

Author

Hugo Pfoertner, Dec 07 2020

Keywords

Comments

The polyhedron (see linked illustration) has vertices at the poles and two square rings of vertices rotated by Pi/4 against each other, with a polar angle of approx. +-62.89908285 degrees against the poles. The polyhedron is completely described by this angle and its order 16 symmetry. It would be desirable to know a closed formula representation of this angle and the volume.

Examples

			2.218711131545399403247282751128417013810725374663344381750049084201...
		

Crossrefs

Cf. A010527 (volume of double 5-pyramid), A081314, A081366, A122553 (volume of octahedron), A339259, A339260, A339261, A339263.

A363437 Decimal expansion of the volume of the regular tetrahedron inscribed in the unit-radius sphere.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Jun 02 2023

Keywords

Examples

			0.51320023927966734623035447155729551613120155668455...
		

Crossrefs

Cf. A118273 (cube), A122553 (regular octahedron), A339259 (regular icosahedron), A363438 (regular dodecahedron).
Other constants related to the regular tetrahedron: A020781, A020829, A137914, A156546, A187110, A210974, A232812, A236555.

Programs

Formula

Equals 8/(9*sqrt(3)).
Equals A118273 / 3.
Equals A020829 / A187110 ^ 3.

A363438 Decimal expansion of the volume of the regular dodecahedron inscribed in the unit-radius sphere.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Jun 02 2023

Keywords

Examples

			2.78516386312262296729255491273594698789932177207633...
		

Crossrefs

Cf. A118273 (cube), A122553 (regular octahedron), A339259 (regular icosahedron), A363437 (regular tetrahedron).
Cf. A001622.
Other constants related to the regular dodecahedron: A102769, A131595, A179296, A232810, A237603, A239798, A341906.

Programs

  • Mathematica
    RealDigits[(2*(5 + Sqrt[5]))/(3*Sqrt[3]), 10, 120][[1]]
  • PARI
    2*sqrt(5+sqrt(5))/sqrt(27) \\ Charles R Greathouse IV, Feb 07 2025

Formula

Equals 2*sqrt(5+sqrt(5))/(3*sqrt(3)).
Equals 4*(phi+2)/(3*sqrt(3)), where phi is the golden ratio (A001622).
Equals A102769 / A179296 ^ 3.

A122016 Riordan array(1, x*(1+2*x)/(1-x)).

Original entry on oeis.org

1, 0, 1, 0, 3, 1, 0, 3, 6, 1, 0, 3, 15, 9, 1, 0, 3, 24, 36, 12, 1, 0, 3, 33, 90, 66, 15, 1, 0, 3, 42, 171, 228, 105, 18, 1, 0, 3, 51, 279, 579, 465, 153, 21, 1, 0, 3, 60, 414, 1200, 1500, 828, 210, 24, 1, 0, 3, 69, 576, 2172, 3858, 3258, 1344, 276, 27, 1
Offset: 0

Views

Author

Philippe Deléham, Sep 24 2006

Keywords

Comments

Triangle T(n,k), 0 <= k <= n, read by rows given by [0,3,-2,0,0,0,0,0,0,...] DELTA [1,0,0,0,0,0,0,...] where DELTA is the operator defined in A084938. Rising and falling diagonals are A078010 and A122552.

Examples

			Triangle begins:
  1;
  0, 1;
  0, 3,  1;
  0, 3,  6,   1;
  0, 3, 15,   9,    1;
  0, 3, 24,  36,   12,    1;
  0, 3, 33,  90,   66,   15,   1;
  0, 3, 42, 171,  228,  105,  18,   1;
  0, 3, 51, 279,  579,  465, 153,  21,  1;
  0, 3, 60, 414, 1200, 1500, 828, 210, 24, 1;
		

Crossrefs

Programs

  • Mathematica
    T[n_,k_]:=SeriesCoefficient[(1-x)/(1-(y+1)*x-2*y*x^2),{x,0,n},{y,0,k}]; Table[T[n,k],{n,0,10},{k,0,n}]//Flatten (* Stefano Spezia, Dec 27 2023 *)

Formula

Sum_{k=0..n} T(n,k)*x^(n-k) = A026150(n), A102900(n) for x = 1, 2.
T(n,k) = T(n-1,k) + T(n-1,k-1) + 2*T(n-2,k-1). - Philippe Deléham, Sep 25 2006
G.f.: (1-x)/(1-(y+1)*x-2*y*x^2). - Philippe Deléham, Jan 31 2012
Sum_{k=0..n} T(n,k)*x^k = A117575(n+1), A000007(n), A026150(n), A122117(n), A147518(n) for x = -1, 0, 1, 2, 3 respectively. - Philippe Deléham, Jan 31 2012

Extensions

More terms from Stefano Spezia, Dec 27 2023

A278481 Number of neighbors of the n-th term in a full isosceles triangle read by rows.

Original entry on oeis.org

2, 4, 4, 4, 6, 4, 4, 6, 6, 4, 4, 6, 6, 6, 4, 4, 6, 6, 6, 6, 4, 4, 6, 6, 6, 6, 6, 4, 4, 6, 6, 6, 6, 6, 6, 4, 4, 6, 6, 6, 6, 6, 6, 6, 4, 4, 6, 6, 6, 6, 6, 6, 6, 6, 4, 4, 6, 6, 6, 6, 6, 6, 6, 6, 6, 4, 4, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 4, 4, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 4
Offset: 1

Views

Author

Omar E. Pol, Nov 23 2016

Keywords

Comments

Apart from the left border and the right border, the rest of the elements are 6's.
For the same idea but for a right triangle see A278480; for a square array see A278545, for a square spiral see A010731; and for a hexagonal spiral see A010722.

Examples

			The sequence written as an isosceles triangle begins:
.
.                     2;
.                   4,  4;
.                 4,  6,  4;
.               4,  6,  6,  4;
.             4,  6,  6,  6,  4;
.           4,  6,  6,  6,  6,  4;
.         4,  6,  6,  6,  6,  6,  4;
.       4,  6,  6,  6,  6,  6,  6,  4;
.     4,  6,  6,  6,  6,  6,  6,  6,  4;
.   4,  6,  6,  6,  6,  6,  6,  6,  6,  4;
...
		

Crossrefs

Row sums give A016933.
Left border gives A040002, the same as the right border.
Middle column gives the elements > 1 of A134201, also twice A122553.

A339263 Decimal expansion of the conjecturally maximum possible volume of a polyhedron with 11 vertices inscribed in the unit sphere.

Original entry on oeis.org

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

Views

Author

Hugo Pfoertner, Dec 07 2020

Keywords

Comments

The polyhedron (see linked illustration) with a symmetry group of order 4 has a vertex in the north pole on its axis of symmetry. The remaining 10 vertices are diametrically opposite in pairs relative to this axis of symmetry. The polar vertex has vertex degree 6. 8 vertices have vertex degree 5. 2 vertices have vertex degree 4.
This allocation seems to be the best possible approximation of a medial distribution of the vertex degrees, which is a known necessary condition for maximum volume. Of the 25 possible triangulations with vertex degree >= 4, all the others have more than 2 vertices with vertex degree 4, which leads to more pointed corners and therefore smaller volumes.

Examples

			2.35463449506861520323688059263892654160344864269342168599607566...
		

Crossrefs

Cf. A010527 (volume of double 5-pyramid), A081314, A081366, A122553 (volume of octahedron), A339259, A339260, A339261, A339262.

A135857 Partial sums triangle based on A016777. Riordan convolution triangle ((1 + 2*x)/(1-x)^2, x/(1-x)).

Original entry on oeis.org

1, 4, 1, 7, 5, 1, 10, 12, 6, 1, 13, 22, 18, 7, 1, 16, 35, 40, 25, 8, 1, 19, 51, 75, 65, 33, 9, 1, 22, 70, 126, 140, 98, 42, 10, 1, 25, 92, 196, 266, 238, 140, 52, 11, 1, 28, 117, 288, 462, 504, 378, 192, 63, 12, 1
Offset: 0

Views

Author

Gary W. Adamson, Dec 01 2007

Keywords

Comments

A007318 * a bidiagonal matrix with all 1's in the main diagonal and all 3's in the subdiagonal.
Row sums give A036563(n+2), n >= 0.
From Wolfdieter Lang, Mar 23 2015: (Start)
This is the triangle of iterated partial sums of A016777. Such iterated partial sums of arithmetic progression sequences have been considered by Narayana Pandit (see the Mar 20 2015 comment on A000580 where the MacTutor History of Mathematics archive link and the Gottwald et al. reference, p. 338, are given).
This is therefore the Riordan triangle ((1+2*x)/(1-x)^2, x/(1-x)) with o.g.f. of the columns ((1+2*x)/(1-x)^2)*(x/(1-x))^k, k >= 0.
The column sequences are A016777, A000326, A002411, A001296, A051836, A051923, A050494, A053367, A053310, for k = 0..8.
The alternating row sums are A122553(n) = {1, repeat(3)}.
The Riordan A-sequence is A(y) = 1 + y (implying the Pascal triangle recurrence for k >= 1).
The Riordan Z-sequence is A256096, leading to a recurrence for T(n,0) given in the formula section. See the link "Sheffer a- and z-sequences" under A006232 also for Riordan A- and Z-sequences with references. (End)
When the first column (k = 0) is removed from this triangle, the result is A125232. - Georg Fischer, Jul 26 2023

Examples

			The triangle T(n, k) begins:
n\k  0   1   2    3    4    5    6   7   8  9 10 11
0:   1
1:   4   1
2:   7   5   1
3:  10  12   6    1
4:  13  22  18    7    1
5:  16  35  40   25    8    1
6:  19  51  75   65   33    9    1
7:  22  70 126  140   98   42   10   1
8:  25  92 196  266  238  140   52  11   1
9:  28 117 288  462  504  378  192  63  12  1
10: 31 145 405  750  966  882  570 255  75 13  1
11: 34 176 550 1155 1716 1848 1452 825 330 88 14  1
... reformatted and extended by _Wolfdieter Lang_, Mar 23 2015
From _Wolfdieter Lang_, Mar 23 2015: (Start)
T(3, 1) = T(2, 0) + T(2, 1) = 7 + 5 = 12 (Pascal, from the A-sequence given above).
T(4, 0) = 4*T(3, 0) - 9*T(3, 1) + 27*T(3, 2) - 81* T(3, 3) = 4*10 - 9*12 + 27*6 - 81*1 = 13, from the Z-sequence given above and in A256096.
T(4, 0) = 2*T(3, 0) - T(2, 0) = 2*10 - 7 = 13.
(End)
		

Crossrefs

Formula

Binomial transform of an infinite lower triangular matrix with all 1's in the main diagonal and all 3's in the subdiagonal; i.e., by columns - every column = (1, 3, 0, 0, 0, ...).
T(n,k) = (3n-2k+1)*binomial(n+1,k+1)/(n+1). - Philippe Deléham, Feb 08 2009
From Wolfdieter Lang, Mar 23 2015: (Start)
O.g.f. for row polynomials: (1 + 2*z)/((1- z*(1 + x))*(1 - z)) (see the Riordan property from the comment).
O.g.f. for column k (without leading zeros): (1 + 2*x)/(1-x)^(2+k), k >= 0, (Riordan property).
T(n, k) = T(n-1, k-1) + T(n-1, k) for k >= 1. From the Riordan A-sequence given above in a comment.
T(n, 0) = Sum_{j=0..n} Z(j)*T(n-1, j), for n >= 1, from the Riordan Z-sequence A256096 mentioned above in a comment. Of course, T(n, 0) = 2*T(n-1, 0) - T(n-2, 0) for n >= 2 (see A016777).
(End)

Extensions

Edited. Offset is 0 from the old name and the Philippe Deléham formula. New name, old name as first comment. - Wolfdieter Lang, Mar 23 2015
Previous Showing 11-20 of 26 results. Next