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.

A344919 a(n) = n^n - n*(n + 1) / 2.

Original entry on oeis.org

1, 0, 1, 21, 246, 3110, 46635, 823515, 16777180, 387420444, 9999999945, 285311670545, 8916100448178, 302875106592162, 11112006825557911, 437893890380859255, 18446744073709551480, 827240261886336764024, 39346408075296537575253, 1978419655660313589123789, 104857599999999999999999790
Offset: 0

Views

Author

Peter Luschny, Jun 19 2021

Keywords

Crossrefs

Programs

Formula

a(n) = Product_{j=1..n} n - Sum_{j=1..n} j.
a(n) = A000312(n) - A000217(n).