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!)
A090416 a(n) = if Floor[(2*Pi/E)*m] is prime then Floor[(2*Pi/E)*m] 0
2, 11, 13, 23, 41, 43, 53, 67, 71, 73, 83, 97, 101, 113, 127, 131, 157, 173, 191, 233, 251, 263, 277, 281, 293, 307, 337, 349, 353, 367, 379, 383, 397, 409, 439, 443, 457, 487, 499, 503, 547, 557, 563, 577, 587, 607, 617, 619, 631, 647, 661, 677, 691, 709, 739 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes that behave like Shannon entropy power white noise with n=1.
Since (2*Pi/E) is a transcendental irrational, this function is a kind of irrational rotation related function, that is: Mod[(2*Pi/E)*n,1] is an irrational rotation and these numbers are Beatty in type such that: Beatty number+ irrational rotation =n Of my experiments in white noise entropy powers N=2 gives the most primes
REFERENCES
C. E. Shannon, The Mathematical Theory of Communication, page 93
LINKS
MATHEMATICA
digits=5*200 f[n_]=Floor[(2*Pi/E)*n] a=Delete[Union[Table[If [PrimeQ[f[n]]==True, f[n], 0], {n, 1, digits}]], 1]
With[{c=(2*Pi)/E}, Select[Table[Floor[c*n], {n, 400}], PrimeQ]] (* Harvey P. Dale, Mar 31 2024 *)
CROSSREFS
Sequence in context: A045384 A191075 A045385 * A090430 A363215 A022115
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Jan 31 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 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)