login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A078450
a(n) = product of terms in n-th row of A078448.
3
1, 6, 140, 10296, 1560090, 818269800, 890504276970, 578105086816530, 845098382127164340, 1345577210752717337010, 2349420395175736366400280, 4072812804055080385050520770, 16954222832305267550769863845710
OFFSET
1,2
PROG
(PARI) {s=[1]; for (n=2, 14, print1(prod(i=1, n-1, s[i]), ", "); a=s[n-1]; s=[a+1]; for(j=2, n, k=s[j-1]+1; c=1; while(c>0, b=1; for(i=1, matsize(s)[2], if(gcd(k, s[i])>1, b=0)); if(b==0, k++, c=0)); s=concat(s, k)))}
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Nov 27 2002
EXTENSIONS
Edited and extended by Klaus Brockhaus, Dec 10 2002
STATUS
approved