login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065735 Largest square <= product of first n primes. 1
1, 4, 25, 196, 2304, 29929, 509796, 9696996, 223084096, 6469628356, 200559769921, 7420737154609, 304250260158441, 13082761295250201, 614889781233144561, 32589158470911505225, 1922760350143213168900 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,100

FORMULA

a(n)=A048760[A002110(n)]

PROG

(PARI) { m=1; for (n=1, 100, m*=prime(n); a=sqrtint(m)^2; write("b065735.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 28 2009]

CROSSREFS

Cf. A048760, A002110, A065730-A065741

Sequence in context: A001246 A151342 A202827 * A182953 A140094 A144647

Adjacent sequences:  A065732 A065733 A065734 * A065736 A065737 A065738

KEYWORD

easy,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Nov 15 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 04:58 EST 2012. Contains 205985 sequences.