Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A003681

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) = min { p +- q : p +- q > 1 and p*q = Product_{k=1..n-1} a(k) }.
(history; published version)
#49 by OEIS Server at Mon Aug 17 18:30:32 EDT 2015
LINKS

Robert G. Wilson v and Sean A. Irvine, <a href="/A003681/b003681_2.txt">Table of n, a(n) for n = 1..19</a> [a(19) added by Sean A. Irvine, Jul 29 2015.]

#48 by M. F. Hasler at Mon Aug 17 18:30:32 EDT 2015
STATUS

proposed

approved

Discussion
Mon Aug 17
18:30
OEIS Server: Installed new b-file as b003681.txt.  Old b-file is now b003681_2.txt.
#47 by M. F. Hasler at Mon Aug 17 18:27:07 EDT 2015
STATUS

editing

proposed

Discussion
Mon Aug 17
18:30
M. F. Hasler: Robert, I agree & made an edit in the sense of your proposal, but left +- for simplicity & added a comment.
#46 by M. F. Hasler at Mon Aug 17 18:26:34 EDT 2015
COMMENTS

The + sign in the definition applies only for n = 1 and n = 2, thereafter only the - sign is relevant and will yield the minimum. The definition could be reformulated in a way similar to that of A056737. - M. F. Hasler, Aug 17 2015

CROSSREFS
#45 by M. F. Hasler at Mon Aug 17 18:23:01 EDT 2015
CROSSREFS
#44 by M. F. Hasler at Mon Aug 17 18:13:37 EDT 2015
NAME

a(n) = min { p +- q : p +- q > 1 : pq and p*q = Product_{k=1..n-1} a(k) }.

COMMENTS

The + sign in the definition applies only for n = 1 and n = 2, thereafter only the - sign is relevant and will yield the minimum. - M. F. Hasler, Aug 17 2015

PROG

(PARI) A003681(N, a=[2, 3])={while(#a<N, my(d=divisors(prod(i=1, #a, a[i]))); for(i=(#d)\2, #d, d[i+1]-d[#d-i]>1||next; a=concat(a, d[i+1]-d[#d-i]); break)); a} \\ May require allocatemem() for N >= 15. - M. F. Hasler, Aug 17 2015

#43 by M. F. Hasler at Mon Aug 17 17:49:43 EDT 2015
NAME

a(n) = min ( { p +- q > 1 : pq = product_Product_{k=1..n-1} a(k)) }.

STATUS

reviewed

editing

#42 by Joerg Arndt at Sat Aug 15 02:45:48 EDT 2015
STATUS

proposed

reviewed

Discussion
Mon Aug 17
09:11
Michel Marcus: Rather a formula ?
#41 by Robert Israel at Fri Aug 14 20:03:40 EDT 2015
STATUS

editing

proposed

#40 by Robert Israel at Wed Aug 12 17:04:08 EDT 2015
COMMENTS

a(n) = A082120(Product_{k=1..n-1} a(k)) for n >= 3. - Robert Israel, Aug 12 2015

CROSSREFS
STATUS

proposed

editing

Discussion
Wed Aug 12
17:05
Robert Israel: (for n >= 3).