login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A305712 Polydivisible nonnegative integers whose decimal digits span an initial interval of {0,...,9}. 3
0, 10, 102, 120, 201, 1020, 1200, 2012, 10200, 12000, 12320, 20120, 32120, 102000, 120000, 123204, 321204, 1024023, 1200003, 1232042, 1444023, 2220001, 3212041, 10240232, 12000032, 12320424, 14440232, 32125240, 50165432 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A number with decimal digit sequence {q_1, ..., q_k} is polydivisible if Sum_{i = 1...m} 10^(m - i) * q_i is a multiple of m for all 1 <= m <= k.
REFERENCES
Matt Parker, Things to make and do in the fourth dimension, 2015, pages 7-9.
LINKS
MATHEMATICA
polyQ[q_]:=And@@Table[Divisible[FromDigits[Take[q, k]], k], {k, Length[q]}];
normseqs[n_]:=Join@@Permutations/@Function[s, Array[Count[s, y_/; y<=#]+1&, n]]/@Subsets[Range[n-1]+1];
Sort[FromDigits/@Join@@Table[Select[normseqs[n]-1, First[#]>0&&polyQ[#]&], {n, 8}]]
CROSSREFS
Sequence in context: A199168 A297062 A203569 * A053041 A220491 A088644
KEYWORD
nonn,base
AUTHOR
Gus Wiseman, Jun 08 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)