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!)
A077193 Number of multiples of n that can be obtained by permuting the digits of number formed by the concatenation of first n numbers. 1
1, 1, 6, 6, 24, 360, 720, 5040, 362880, 1814400, 23587200, 1089728640 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(4) = 6 as using the digits of 1234 one gets six multiples of 4 e.g. 1324,3124,1432,4132,4312 and 3412.
PROG
(PARI) a(n)={my(X=vecsort(concat(vector(n, i, digits(i)))), s=0); forperm(X, p, if(fromdigits(Vec(p))%n==0, s+=1)); s} \\ Andrew Howroyd, Oct 07 2023
CROSSREFS
Sequence in context: A341267 A219910 A334569 * A056482 A255466 A286482
KEYWORD
nonn,base,more
AUTHOR
Amarnath Murthy, Nov 01 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 04 2003
Offset corrected and a(11)-a(12) from Andrew Howroyd, Oct 07 2023
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)