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!)
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; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A048760(A002110(n)).
MATHEMATICA
Floor[Sqrt[#]]^2&/@FoldList[Times, Prime[Range[20]]] (* Harvey P. Dale, Jan 13 2024 *)
PROG
(PARI) { m=1; for (n=1, 100, m*=prime(n); a=sqrtint(m)^2; write("b065735.txt", n, " ", a) ) } \\ Harry J. Smith, Oct 28 2009
CROSSREFS
Sequence in context: A151342 A001246 A202827 * A212694 A182953 A327074
KEYWORD
easy,nonn
AUTHOR
Labos Elemer, Nov 15 2001
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 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)