login
This site is supported by donations 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; 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

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]

CROSSREFS

Sequence in context: A191075 A045385 * A090430 A022115 A042453 A041885

Adjacent sequences:  A090413 A090414 A090415 * A090417 A090418 A090419

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jan 31 2004

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 16 17:48 EST 2012. Contains 205939 sequences.