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.

A305714 Number of finite sequences of positive integers of length n that are polydivisible and strictly pandigital.

Original entry on oeis.org

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

Views

Author

Gus Wiseman, Jun 08 2018

Keywords

Comments

A sequence q of length k is strictly pandigital if it is a permutation of {1,2,...,k}. It is polydivisible if Sum_{i = 1...m} 10^(m - i) * q_i is a multiple of m for all 1 <= m <= k.

Examples

			Sequence of sets of n-digit numbers that are weakly polydivisible and strictly pandigital is (with A = 10):
  {0}
  {1}
  {12}
  {123,321}
  {}
  {}
  {123654,321654}
  {}
  {38165472}
  {381654729}
  {381654729A}
		

Crossrefs