The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A247626 Knife numbers (third version): n=concat(a,b) is divisible by a+b; a>0, b may have leading zeros. 3
10, 12, 18, 20, 21, 24, 27, 30, 36, 40, 42, 45, 48, 50, 54, 60, 63, 70, 72, 80, 81, 84, 90, 100, 102, 105, 108, 110, 120, 126, 130, 132, 140, 144, 147, 150, 160, 162, 168, 170, 180, 189, 190, 198, 200, 201, 204, 207, 209, 210, 216, 220, 230, 231, 240, 243, 250, 260, 264, 270, 280, 288, 290, 297, 300, 306, 308, 310, 320, 324, 330, 340 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See subsequences A247624, A247625 and A247627 for more restrictive definitions, excluding, e.g., leading zeros in b.
LINKS
E. Angelini, Knife numbers.
PROG
(PARI) is(n)=n&&for(k=1, #Str(n)-1, n%([1, 1]*divrem(n, 10^k))||return(1))
CROSSREFS
Sequence in context: A265043 A158871 A359074 * A247627 A327709 A129120
KEYWORD
nonn,base
AUTHOR
M. F. Hasler and Eric Angelini, Sep 21 2014
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 May 19 13:25 EDT 2024. Contains 372694 sequences. (Running on oeis4.)