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.

A063449 Numbers k for which d(k+1) > 2*d(k), where d(j) = A000005(j).

Original entry on oeis.org

11, 17, 19, 23, 29, 31, 35, 41, 43, 47, 53, 59, 67, 71, 79, 83, 89, 95, 97, 101, 103, 107, 109, 111, 113, 119, 125, 127, 131, 137, 139, 143, 149, 151, 155, 159, 161, 163, 167, 169, 173, 179, 181, 191, 197, 199, 203, 209, 211, 215, 219, 223, 227, 229, 233, 239
Offset: 1

Views

Author

Labos Elemer, Jul 24 2001

Keywords

Comments

d(p+1) >= 2d(p) holds for all primes p and for some composite integers, as well.

Examples

			For k = 29: 2*d(29) = 2*2 = 4 < 8 = d(30).
For k = 95: 2*d(95) = 2*4 = 8 < 12 = d(96).
		

Crossrefs

Programs

Extensions

Edited by Jon E. Schoenfield, Sep 05 2017