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.

A061147 Product of all distinct numbers formed by permuting digits of n.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 252, 403, 574, 765, 976, 1207, 1458, 1729, 40, 252, 22, 736, 1008, 1300, 1612, 1944, 2296, 2668, 90, 403, 736, 33, 1462, 1855, 2268, 2701, 3154, 3627, 160, 574, 1008, 1462, 44, 2430, 2944, 3478, 4032, 4606, 250, 765, 1300
Offset: 1

Views

Author

N. J. A. Sloane, May 30 2001

Keywords

Examples

			a(12) = 12*21 = 252.
		

Crossrefs

Programs

  • Mathematica
    Table[Times@@Union[FromDigits/@Permutations[IntegerDigits[n]]],{n,60}] (* Harvey P. Dale, Apr 06 2023 *)

Extensions

More terms from Larry Reeves (larryr(AT)acm.org), May 30 2001