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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090379 a(n) = Abs[Floor[(PrimePi[n]-2)/(2-PrimePi[n]+PrimePi[n-1])]] 0
1, 1, 0, 0, 1, 0, 2, 1, 1, 1, 3, 1, 4, 2, 2, 2, 5, 2, 6, 3, 3, 3, 7, 3, 3, 3, 3, 3, 8, 4, 9, 4, 4, 4, 4, 4, 10, 5, 5, 5, 11, 5, 12, 6, 6, 6, 13, 6, 6, 6, 6, 6, 14, 7, 7, 7, 7, 7, 15, 7, 16, 8, 8, 8, 8, 8, 17, 8, 8, 8, 18, 9, 19, 9, 9, 9, 9, 9, 20, 10, 10, 10, 21, 10, 10, 10, 10, 10, 22, 11, 11, 11 (list; graph; refs; listen; history; internal format)
OFFSET

1,7

COMMENTS

A chaotic function based on the distribution of primes and the information in the composite numbers.

MATHEMATICA

f[n_] := Abs[Floor[(PrimePi[n] - 2)/(2 - PrimePi[n] + PrimePi[n - 1])]]; Table[ f[n], {n, 1, 92}]

CROSSREFS

Sequence in context: A060246 A161204 A123541 * A077254 A074761 A037861

Adjacent sequences:  A090376 A090377 A090378 * A090380 A090381 A090382

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jan 29 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 15 20:03 EST 2012. Contains 205852 sequences.