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!)
A089687 Linear chaotic function based on log function from primes and prime distribution. 0
5, 4, 6, 6, 8, 7, 8, 11, 14, 12, 15, 13, 14, 16, 19, 18, 19, 18, 19, 20, 23, 20, 23, 26, 28, 29, 31, 27, 28, 29, 31, 34, 34, 39, 40, 37, 39, 41, 44, 40, 41, 40, 40, 42, 43, 42, 47, 48, 49, 51, 54, 48, 52, 55, 57, 60, 61, 56, 58, 52, 56, 62, 63, 64, 66, 64, 67, 71, 72, 66, 69, 65 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
Based on function solution of: Solve[(Prime[n]+a*PrimePi[n])/(1+a)-Sqrt[Prime[n]*PrimePi[n]]=0,a] which gives a log type function a[n].
LINKS
FORMULA
b(n) = Floor[Exp[(Prime[n] - Sqrt[(Prime[n]* PrimePi[n]]/(-PrimePi[n] + Sqrt[Prime[n]* PrimePi[n]]]]
MATHEMATICA
digits=200 b = Table[Floor[Exp[(Prime[n] - Sqrt[(Prime[n]* PrimePi[n]]/(-PrimePi[n] + Sqrt[Prime[n]* PrimePi[n]]]], {n, 2, digits}]
CROSSREFS
Sequence in context: A138255 A153451 A190143 * A251792 A159894 A011502
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Jan 05 2004
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 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)