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!)
A118130 Composite lucky numbers whose divisors are also lucky numbers. 2
9, 21, 49, 63, 93, 111, 129, 169, 201, 219, 237, 259, 489, 511, 553, 559, 579, 723, 777, 961, 993, 1057, 1101, 1147, 1263, 1369, 1389, 1533, 1659, 1731, 1737, 1839, 1857, 1893, 1963, 2019, 2217, 2317, 2479, 2649, 2899, 2923, 2973, 3027, 3031, 3133, 3261 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from T. D. Noe)
MATHEMATICA
lst = Range[1, 3350, 2]; i = 2; While[i <= (len = Length@lst) && (k = lst[[i]]) <= len, lst = Drop[lst, {k, len, k}]; i++ ]; fQ[n_] := If[PrimeQ@n, False, Block[{d = Take[Divisors@n, {2, -2}], k = 1, lmt = DivisorSigma[0, n] - 1}, While[k < lmt && MemberQ[lst, d[[k]]], k++ ]; k == lmt]]; Select[ Rest@lst, fQ@# &]
CROSSREFS
Sequence in context: A160414 A256530 A363634 * A144482 A251212 A176896
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, May 12 2006
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 12:51 EDT 2024. Contains 371943 sequences. (Running on oeis4.)