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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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
Sequence in context: A322625 A012785 A012818 * A193502 A059488 A241015
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Nov 27 2002
EXTENSIONS
Edited and extended by Klaus Brockhaus, Dec 10 2002
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)