cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A090080 In binary expansion of n-th prime: reduce contiguous blocks of 0's to 0 and contiguous blocks of 1's to 1.

Original entry on oeis.org

2, 1, 5, 1, 5, 5, 5, 5, 5, 5, 1, 21, 21, 21, 5, 21, 5, 5, 5, 5, 21, 5, 21, 21, 5, 21, 5, 21, 21, 5, 1, 5, 21, 21, 85, 21, 21, 21, 21, 85, 21, 85, 5, 5, 21, 5, 21, 5, 5, 21, 21, 5, 5, 5, 5, 5, 21, 5, 85, 21, 21, 85, 21, 21, 21, 21, 85, 85, 85, 85, 21, 21, 21, 85, 21, 5, 21, 21, 21
Offset: 1

Views

Author

Reinhard Zumkeller, Nov 20 2003

Keywords

Comments

a(n) = A090079(A000040(n)).

Examples

			A000040(25)=97 -> '1100001' -> [11][0000][1] -> [1][0][1] ->
'101' -> 5=a(25).
		

Crossrefs

Cf. A004676.