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!)
A259648 a(n) = floor( prime(n)^3 / (n*log(n)) ). 0
19, 37, 61, 165, 204, 360, 412, 615, 1059, 1129, 1698, 2066, 2151, 2555, 3356, 4264, 4362, 5376, 5973, 6084, 7250, 7928, 9242, 11341, 12162, 12279, 13129, 13261, 14141, 19242, 20270, 22285, 22399, 26583, 26688, 28965, 31330, 32597, 35090, 37668, 37773, 43082 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
FORMULA
a(n) = floor( A030078(n) / (n*log(n))).
MATHEMATICA
Table[Floor[Prime[n]^3/(n Log[n])], {n, 2, 30}]
PROG
(PARI) a(n) = floor(prime(n)^3/(n*log(n))); \\ Michel Marcus, Jul 02 2015
(Magma) [Floor((NthPrime(n))^3/(n*Log(n))): n in [2..60]]; // Vincenzo Librandi, Jul 03 2015
CROSSREFS
Sequence in context: A162471 A124268 A339860 * A154944 A039321 A043144
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 02 2015
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)