|
Search: id:A114797
|
|
|
| A114797 |
|
n multiplied by the least non trivial non divisor of n. |
|
+0 1
|
|
| 6, 12, 10, 24, 14, 24, 18, 30, 22, 60, 26, 42, 30, 48, 34, 72, 38, 60, 42, 66, 46, 120, 50, 78, 54, 84, 58, 120, 62, 96, 66, 102, 70, 180, 74, 114, 78, 120, 82, 168, 86, 132, 90, 138, 94, 240, 98, 150, 102, 156, 106, 216, 110, 168, 114, 174, 118, 420, 122, 186, 126, 192
(list; graph; listen)
|
|
|
OFFSET
|
3,1
|
|
|
COMMENT
|
a(2n-1) = 4n-2. a(n!) = p*n! where p is the least prime > n. Because all the number from n+1, n+2 upto p-1 would divide n!.
|
|
EXAMPLE
|
a(24) = 24*5 = 120 as 2,3,4 divide 24.
|
|
MATHEMATICA
|
Do[l = Range[1, n]; m = Divisors[n]; s = Complement[l, m]; Print[n * Min[s]], {n, 3, 100}] - Ryan Propper (rpropper(AT)stanford.edu), Jul 21 2006
|
|
CROSSREFS
|
Sequence in context: A074474 A124349 A134383 this_sequence A048726 A092461 A102809
Adjacent sequences: A114794 A114795 A114796 this_sequence A114798 A114799 A114800
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 20 2005
|
|
EXTENSIONS
|
More terms from Ryan Propper (rpropper(AT)stanford.edu), Jul 21 2006
|
|
|
Search completed in 0.002 seconds
|