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.

Showing 1-1 of 1 results.

A163292 a(n) = n-th prime minus (number of digits of n-th prime written in base 4).

Original entry on oeis.org

1, 2, 3, 5, 9, 11, 14, 16, 20, 26, 28, 34, 38, 40, 44, 50, 56, 58, 63, 67, 69, 75, 79, 85, 93, 97, 99, 103, 105, 109, 123, 127, 133, 135, 145, 147, 153, 159, 163, 169, 175, 177, 187, 189, 193, 195, 207, 219, 223, 225, 229, 235, 237, 247, 252, 258, 264, 266, 272, 276
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jul 24 2009

Keywords

Examples

			a(6) = 11 (= 13 - 2);
a(7) = 14 (= 17 - 3); ...
a(54) = 247 (= 251 - 4);
a(55) = 252 (= 257 - 5).
		

Crossrefs

Cf. A000040, A004678, A163291, A163293 (analog in base 2).

Programs

Formula

a(n) = A000040(n) - A163291(n).
Showing 1-1 of 1 results.