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!)
A241080 Near-misses for A094783: values where A137849(n) = n-1. 0
3, 8, 18, 36, 72, 420, 720, 840, 1260, 3360, 7560, 20160, 554400, 2882880, 4324320, 36756720, 6983776800 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
36 is in this sequence because the only number <= 36 that disqualifies 36 from being in A094783 is 24; its sixth smallest divisor is 8 in contrast with 9 for 36.
PROG
(PARI) is(n)=my(d=divisors(n), v, miss); for(m=1, n, v=divisors(m); if(vecmin( vector(min(#d, #v), i, v[i]-d[i]))<0, if(miss, return(0), miss=1))); miss==1 \\ Charles R Greathouse IV, Apr 29 2014
CROSSREFS
Sequence in context: A004035 A169763 A227161 * A366724 A332706 A000234
KEYWORD
nonn,more
AUTHOR
J. Lowell, Apr 15 2014
EXTENSIONS
a(6)-a(11) from A137849 b-file by Michel Marcus, Apr 16 2014
a(12)-a(17) from Charles R Greathouse IV, Apr 29 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 April 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)