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!)
A087884 a(n) = PrimePi[PrimePi[n-1]] + Prime[Abs[n - Prime[n-1]]] 0
3, 4, 13, 15, 25, 31, 43, 63, 70, 92, 106, 110, 130, 154, 183, 185, 215, 233, 237, 267, 281, 315, 357, 377, 383, 401, 405, 425, 504, 526, 568, 574, 622, 624, 658, 688, 714, 748, 779, 793, 859, 863, 883, 887, 973, 1039, 1057, 1067, 1093, 1115, 1123, 1199 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
COMMENTS
A prime based reinversion sequence based on the A004001 pattern.
LINKS
MATHEMATICA
prid[n_Integer?Positive] := prid[n] =PrimePi[PrimePi[n-1]] + Prime[Abs[n - Prime[n-1]]] prid[1] = prid[2] = 1 digits=256 a=Table[prid[n], {n, 4, digits+4}]
CROSSREFS
Cf. A004001.
Sequence in context: A208847 A278426 A293280 * A057570 A024853 A023857
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Oct 12 2003
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 02:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)