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.

A326253 Number of sequences of distinct ordered pairs of positive integers up to n.

This page as a plain text file.
%I A326253 #7 Jun 21 2019 22:45:42
%S A326253 1,2,65,986410,56874039553217,42163840398198058854693626,
%T A326253 1011182700521015817607065606491025592595137,
%U A326253 1653481537585545171449931620186035466059689728986775126016505970
%N A326253 Number of sequences of distinct ordered pairs of positive integers up to n.
%F A326253 a(n) = A000522(n^2).
%e A326253 The a(2) = 65 sequences:
%e A326253   ()  (11)  (11,12)  (11,12,21)  (11,12,21,22)
%e A326253       (12)  (11,21)  (11,12,22)  (11,12,22,21)
%e A326253       (21)  (11,22)  (11,21,12)  (11,21,12,22)
%e A326253       (22)  (12,11)  (11,21,22)  (11,21,22,12)
%e A326253             (12,21)  (11,22,12)  (11,22,12,21)
%e A326253             (12,22)  (11,22,21)  (11,22,21,12)
%e A326253             (21,11)  (12,11,21)  (12,11,21,22)
%e A326253             (21,12)  (12,11,22)  (12,11,22,21)
%e A326253             (21,22)  (12,21,11)  (12,21,11,22)
%e A326253             (22,11)  (12,21,22)  (12,21,22,11)
%e A326253             (22,12)  (12,22,11)  (12,22,11,21)
%e A326253             (22,21)  (12,22,21)  (12,22,21,11)
%e A326253                      (21,11,12)  (21,11,12,22)
%e A326253                      (21,11,22)  (21,11,22,12)
%e A326253                      (21,12,11)  (21,12,11,22)
%e A326253                      (21,12,22)  (21,12,22,11)
%e A326253                      (21,22,11)  (21,22,11,12)
%e A326253                      (21,22,12)  (21,22,12,11)
%e A326253                      (22,11,12)  (22,11,12,21)
%e A326253                      (22,11,21)  (22,11,21,12)
%e A326253                      (22,12,11)  (22,12,11,21)
%e A326253                      (22,12,21)  (22,12,21,11)
%e A326253                      (22,21,11)  (22,21,11,12)
%e A326253                      (22,21,12)  (22,21,12,11)
%t A326253 Table[Sum[k!*Binomial[n^2,k],{k,0,n^2}],{n,0,4}]
%Y A326253 Cf. A000522, A000595, A002416, A095661, A229865, A326209, A326237, A326251, A326252, A326258.
%K A326253 nonn
%O A326253 0,2
%A A326253 _Gus Wiseman_, Jun 21 2019