cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A259648 a(n) = floor( prime(n)^3 / (n*log(n)) ).

This page as a plain text file.
%I A259648 #38 Sep 08 2022 08:46:13
%S A259648 19,37,61,165,204,360,412,615,1059,1129,1698,2066,2151,2555,3356,4264,
%T A259648 4362,5376,5973,6084,7250,7928,9242,11341,12162,12279,13129,13261,
%U A259648 14141,19242,20270,22285,22399,26583,26688,28965,31330,32597,35090,37668,37773,43082
%N A259648 a(n) = floor( prime(n)^3 / (n*log(n)) ).
%F A259648 a(n) = floor( A030078(n) / (n*log(n))).
%t A259648 Table[Floor[Prime[n]^3/(n Log[n])], {n, 2, 30}]
%o A259648 (PARI) a(n) = floor(prime(n)^3/(n*log(n))); \\ _Michel Marcus_, Jul 02 2015
%o A259648 (Magma) [Floor((NthPrime(n))^3/(n*Log(n))): n in [2..60]]; // _Vincenzo Librandi_, Jul 03 2015
%Y A259648 Cf. A024702, A011757, A138672.
%K A259648 nonn
%O A259648 2,1
%A A259648 _Ilya Gutkovskiy_, Jul 02 2015