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.

A095882 Triangle read by rows: T(n,k) = (n-k)^(n^2), n>=1, 1<=k<=n.

This page as a plain text file.
%I A095882 #3 Nov 29 2020 15:15:53
%S A095882 0,1,0,512,1,0,43046721,65536,1,0,1125899906842624,847288609443,
%T A095882 33554432,1,0,14551915228366851806640625,4722366482869645213696,
%U A095882 150094635296999121,68719476736,1,0
%N A095882 Triangle read by rows: T(n,k) = (n-k)^(n^2), n>=1, 1<=k<=n.
%t A095882 Table[(n-k)^n^2,{n,10},{k,n}]//Flatten (* _Harvey P. Dale_, Nov 29 2020 *)
%K A095882 easy,nonn,tabl
%O A095882 1,4
%A A095882 Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 10 2004