OFFSET
0,1
COMMENTS
According to Borwein's Remark 1, this is an example of a sequence of primes whose mean value is in [0,1]. - T. D. Noe, Sep 15 2008
More precisely, Borwein, Choi and Coons remark that the generalized Liouville function for this sequence has mean value in (0,1). - Jonathan Sondow, May 19 2013
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..10000 (first 1000 terms from T. D. Noe)
Peter Borwein, Stephen K.K. Choi and Michael Coons, Completely multiplicative functions taking values in {-1,1}, arXiv:0809.1691 [math.NT], 2008.
FORMULA
a(n) < (n+1)^3 for n sufficiently large, by Ingham's theorem in A060199. - Jonathan Sondow, May 19 2013
MATHEMATICA
NextPrime[Range[0, 100]^3] (* Vladimir Joseph Stephan Orlovsky, Feb 25 2010 *)
PROG
(PARI) a(n)=nextprime(n^3) \\ Charles R Greathouse IV, May 26 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved