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!)
A278441 Numbers n such that n | A244112(n). 4
1, 2, 5, 10, 22, 26, 32, 62, 91, 330, 370, 519, 575, 710, 1060, 4055, 29377, 79554, 108690, 150320, 306440, 2510048, 3605570, 14233221, 14331231, 14333110, 14509410, 15143331, 15233221, 15331231, 15333110, 16143331, 16153331, 16233221, 16331231, 16333110, 17143331 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The sequence is bounded. See comment in A278439.
LINKS
EXAMPLE
A244112(519) = 191511 and 191511 / 519 = 369.
MAPLE
with(numtheory): P:=proc(q) local a, b, c, d, j, k, n; for n from 1 to q do a:=sort(convert(n, base, 10));
for k from 1 to trunc(nops(a)/2) do c:=a[k]; a[k]:=a[nops(a)-k+1]; a[nops(a)-k+1]:=c; od; k:=1; b:=a[1]; c:=0;
for j from 2 to nops(a) do if a[j]=b then k:=k+1; else d:=10*k+b; c:=c*10^(ilog10(d)+1)+d; k:=1; b:=a[j]; fi; od;
d:=10*k+b; c:=c*10^(ilog10(d)+1)+d; if type(c/n, integer) then print(n); fi; od; end: P(10^99);
CROSSREFS
Sequence in context: A360748 A151497 A263307 * A323939 A110744 A079342
KEYWORD
nonn,easy,base,fini
AUTHOR
Paolo P. Lava, Nov 25 2016
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)