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.

Showing 1-1 of 1 results.

A079807 Number of multiples of 3 that can be formed by permuting the digits of n.

Original entry on oeis.org

1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 1, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 1, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 1, 0, 0, 6, 0, 0
Offset: 0

Views

Author

Amarnath Murthy, Feb 06 2003

Keywords

Examples

			a(12) = 2: (12,21)
		

Crossrefs

Cf. A079806.

Programs

Formula

a(3*k+1) = a(3*k+2) = 0, a(3*k) = multinomial(m; c(0),...,c(9)) where c(i) is the number of occurrences of digit i in 3*k and m = c(0)+c(1)+...+c(9). - Sean A. Irvine, Aug 27 2025

Extensions

More terms from Sam Alexander, Feb 26 2005
Showing 1-1 of 1 results.