[go: up one dir, main page]

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!)
Revision History for A104588 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A104588 Product of primes less than or equal to sqrt(n).
(history; published version)
#11 by Bruno Berselli at Sun Jul 28 17:39:41 EDT 2013
STATUS

reviewed

approved

#10 by R. J. Mathar at Sun Jul 28 13:19:34 EDT 2013
STATUS

proposed

reviewed

#9 by R. J. Mathar at Sun Jul 28 13:19:22 EDT 2013
STATUS

editing

proposed

#8 by R. J. Mathar at Sun Jul 28 13:19:09 EDT 2013
FORMULA

a(n) = A034386(A000196(n)).

MAPLE

A104588 := proc(n)

A034386(A000196(n)) ;

end proc: # R. J. Mathar, Jul 28 2013

STATUS

proposed

editing

#7 by Michel Marcus at Sun Jul 28 02:23:08 EDT 2013
STATUS

editing

proposed

#6 by Michel Marcus at Sun Jul 28 02:23:02 EDT 2013
PROG

(PARI) a(n) = {pr = 1; forprime (p=2, sqrtint(n), pr *= p; ); return (pr); } \\ Michel Marcus, Jul 28 2013

STATUS

approved

editing

#5 by Russ Cox at Sat Mar 31 10:26:04 EDT 2012
AUTHOR

_Lekraj Beedassy (blekraj(AT)yahoo.com), _, Mar 17 2005

Discussion
Sat Mar 31 10:26
OEIS Server: https://oeis.org/edit/global/489
#4 by N. J. A. Sloane at Sun Jun 29 03:00:00 EDT 2008
KEYWORD

nonn,new

nonn

AUTHOR

Lekraj Beedassy (boodhimanblekraj(AT)yahoo.com), Mar 17 2005

#3 by N. J. A. Sloane at Fri Feb 24 03:00:00 EST 2006
FORMULA

For n>0,#, #p(n) appears {(p(n+1))^2 - (p(n))^2} times [from n=(p(n))^2 to n=(p(n+1))^2 - 1,, inclusive],], i.e. A002110(n) appears A069482(n) times [from n=A001248(n) to n=A001248(n+1)-1,, inclusive]

KEYWORD

nonn,new

nonn

#2 by N. J. A. Sloane at Tue Jul 19 03:00:00 EDT 2005
FORMULA

For n>0,#p(n) appears {(p(n+1))^2 - (p(n))^2} times [from n=(p(n))^2 to n=(p(n+1))^2 - 1,inclusive],i.e.,. A002110(n) appears A069482(n) times [from n=A001248(n) to n=A001248(n+1)-1,inclusive]

KEYWORD

nonn,new

nonn

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 August 29 09:35 EDT 2024. Contains 375511 sequences. (Running on oeis4.)