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!)
A090350 a(n) = Floor[(n-PrimePi[n])/(2-PrimePi[n]+PrimePi[n-1])] 0
0, 1, 1, 1, 2, 1, 3, 2, 2, 3, 6, 3, 7, 4, 4, 5, 10, 5, 11, 6, 6, 7, 14, 7, 8, 8, 9, 9, 19, 10, 20, 10, 11, 11, 12, 12, 25, 13, 13, 14, 28, 14, 29, 15, 15, 16, 32, 16, 17, 17, 18, 18, 37, 19, 19, 20, 20, 21, 42, 21, 43, 22, 22, 23, 23, 24, 48, 24, 25, 25, 51, 26, 52, 26, 27, 27, 28, 28 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Composite information as a projection with the Composite distribution.
CompositeInformation[n]=1-PrimePi[n]+PrimePi[n-1]) set is from -> {0,1}
LINKS
MATHEMATICA
digits=200 f[n_]=Floor[(n-PrimePi[n])/(2-PrimePi[n]+PrimePi[n-1])] a=Table[f[n], {n, 1, digits}]
CROSSREFS
Sequence in context: A103981 A029270 A364503 * A199133 A199246 A367858
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Jan 29 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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)