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-4 of 4 results.

A000952 Numbers k == 2 (mod 4) that are the orders of conference matrices.

Original entry on oeis.org

2, 6, 10, 14, 18, 26, 30, 38, 42, 46, 50, 54, 62
Offset: 1

Views

Author

Keywords

Comments

A conference matrix of order k is a k X k {-1,0,+1} matrix A such that A A' = (k-1)I.
If k == 2 (mod 4) then a necessary condition is that k-1 is a sum of 2 squares (A286636). It is conjectured that this condition is also sufficient. If k == 2 (mod 4) and k-1 is a prime or prime power the condition is automatically satisfied.

Examples

			The essentially unique conference matrix of order 6:
   0 +1 +1 +1 +1 +1
  +1  0 +1 -1 -1 +1
  +1 +1  0 +1 -1 -1
  +1 -1 +1  0 +1 -1
  +1 -1 -1 +1  0 +1
  +1 +1 -1 -1 +1  0
		

References

  • V. Belevitch, Conference matrices and Hadamard matrices, Ann. Soc. Scientifique Bruxelles, 82 (I) (1968), 13-32.
  • CRC Handbook of Combinatorial Designs, 1996, Chapter 52.
  • F. J. MacWilliams and N. J. A. Sloane, The Theory of Error-Correcting Codes, Elsevier-North Holland, 1978, p. 56.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Subsequence of A016825.
Cf. A286636.

Extensions

66 seems to be the smallest order for which it is not known whether a conference matrix exists. Since 65 is the sum of two squares, according to the conjecture, 66 should be the next term.
Edited by N. J. A. Sloane, Mar 13 2008, Mar 16 2008, May 22 2014

A332987 Sums of two nonzero pentagonal numbers.

Original entry on oeis.org

2, 6, 10, 13, 17, 23, 24, 27, 34, 36, 40, 44, 47, 52, 56, 57, 63, 70, 71, 73, 75, 82, 86, 92, 93, 97, 102, 104, 105, 114, 118, 121, 122, 127, 129, 139, 140, 143, 146, 150, 152, 157, 162, 167, 168, 177, 180, 181, 184, 187, 188, 196, 198, 209, 211, 215, 222, 227
Offset: 1

Views

Author

Olivier Gérard, Mar 05 2020

Keywords

Crossrefs

Cf. A000326 (pentagonal numbers).
Analogs are A000404 (square numbers), A051533 (triangular numbers), A286636 (centered square numbers), A287960 (centered triangular numbers), A288631 (square pyramidal numbers).

Programs

  • Mathematica
    Module[{nn=15,pn},pn=PolygonalNumber[5,Range[nn]];Select[Union[ Total/@ Tuples[ pn,2]],#<=Last[pn]&]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jun 15 2021 *)

A287960 Numbers that are the sum of two centered triangular numbers (A005448).

Original entry on oeis.org

2, 5, 8, 11, 14, 20, 23, 29, 32, 35, 38, 41, 47, 50, 56, 62, 65, 68, 74, 77, 83, 86, 89, 92, 95, 104, 110, 113, 116, 119, 128, 131, 137, 140, 146, 149, 155, 167, 170, 173, 176, 182, 185, 194, 197, 200, 203, 209, 212, 218, 221, 230, 236, 239, 245, 251, 254, 263, 266, 272, 275, 278, 281, 284, 293, 299
Offset: 1

Views

Author

Ilya Gutkovskiy, Jun 03 2017

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 300; f[x_] := Sum[x^(3 k (k - 1)/2 + 1), {k, 1, 20}]^2; Exponent[#, x] & /@ List @@ Normal[Series[f[x], {x, 0, nmax}]]

Formula

8*a(n) = 10+3*A097269(n). - R. J. Mathar, Jul 26 2017

A330031 Sums of two nonzero tetrahedral numbers (A000292).

Original entry on oeis.org

2, 5, 8, 11, 14, 20, 21, 24, 30, 36, 39, 40, 45, 55, 57, 60, 66, 70, 76, 85, 88, 91, 94, 104, 112, 119, 121, 124, 130, 140, 155, 166, 168, 169, 175, 176, 185, 200, 204, 221, 224, 230, 240, 249, 255, 276, 285, 287, 290, 296, 304, 306, 321, 330, 340, 342, 365
Offset: 1

Views

Author

Peter Kagey, Mar 07 2020

Keywords

Crossrefs

Analogs for other figurate numbers are A000404 (squares), A003325 (cubes), A051533 (triangular numbers), A286636 (centered square numbers), A287960 (centered triangular numbers), A288631 (square pyramidal numbers), A332987 (pentagonal numbers).
Showing 1-4 of 4 results.