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.

A178718 Duplicate of A104779.

Original entry on oeis.org

1, 3, 7, 21, 57, 182, 565, 1931, 6670, 24537, 92337, 364602, 1477148, 6219031, 26875932, 119930947, 548688443, 2580814003, 12425175838, 61302331782, 309055818656, 1592723862598, 8374123173858, 44917765035082, 245452258746785, 1366116578058731, 7736098938006873, 44558958700083896
Offset: 1

Views

Author

Wouter Meeussen, Dec 26 2010

Keywords

Comments

a(n) is the number of symmetric nonnegative integer matrices with sum of entries equal to n, no zero rows or columns, and weakly decreasing row and column sums. - Ludovic Schwob, Aug 29 2023

Examples

			For n=4, {1,1,1,1,1} + {0,1,1,2,3} + {0,0,1,1,2} + {0,0,0,1,3} + {0,0,0,0,1} = 21.
		

Crossrefs

Row sums of A104778.

Programs

  • Mathematica
    (* See Meeussen link. *)

Extensions

a(21) onwards from Ludovic Schwob, Feb 22 2023