login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086566 a(1)=2; for n>1 a(n) is the largest prime number m such that a(n-1)^(1/(n-1))>m^(1/n). 0
2, 3, 5, 7, 11, 17, 23, 31, 47, 71, 107, 163, 241, 367, 557, 839, 1277, 1933, 2939, 4463, 6793, 10337, 15733, 23929, 36389, 55381, 84263, 128239, 195163, 297023, 452077, 688073, 1047271, 1593947, 2426041, 3692527, 5620159, 8554093, 13019651 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

For this subsequence of prime numbers the sequence a(n)^(1/n) is decreasing and with this property a(n)-a(n-1) is maximal. Note that conjecture 30 of www.primepuzzles.net says A000040(n)^(1/n) is decreasing. But A000040(n)-A000040(n-1) is not maximal.

REFERENCES

Conjecture 30 of www.primepuzzles.net

FORMULA

a[1]=2; a[n_] := a[n]=(For[m=PrimePi[a[n-1]]+1, (a[n-1]^(1/(n-1))>Prime[m]^(1/n)), m++ ]; Prime[m-1])

EXAMPLE

a(6)=17 because for n=2,...,6 a(n-1)^(1/(n-1))> a(n)^(1/n) and if the prime number p > 17 then a(5)^(1/5)< p^(1/6).

MATHEMATICA

a[1]=2; a[n_] := a[n]=(For[m=PrimePi[a[n-1]]+1, (a[n-1]^(1/(n-1))>Prime[m]^(1/n)), m++ ]; Prime[m-1]); v ={}; Do[v=Append[v, a[n]]; Print[v], {n, 47}]

CROSSREFS

Cf. A000040.

Sequence in context: A113161 A038953 A005105 * A188552 A104892 A065436

Adjacent sequences:  A086563 A086564 A086565 * A086567 A086568 A086569

KEYWORD

nonn

AUTHOR

Farideh Firoozbakht (f.firoozbakht(AT)sci.ui.ac.ir), Sep 11 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:27 EST 2012. Contains 205859 sequences.