A079696 Numbers one more than composite numbers.
5, 7, 9, 10, 11, 13, 15, 16, 17, 19, 21, 22, 23, 25, 26, 27, 28, 29, 31, 33, 34, 35, 36, 37, 39, 40, 41, 43, 45, 46, 47, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 61, 63, 64, 65, 66, 67, 69, 70, 71, 73, 75, 76, 77, 78, 79, 81, 82, 83, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96
Offset: 1
Links
- Hieronymus Fischer, Table of n, a(n) for n = 1..10000
Programs
-
Python
from sympy import composite def A079696(n): return composite(n)+1 # Chai Wah Wu, Mar 19 2025
Formula
a(n) = A002808(n) + 1.
A239703(a(n)) > 0. - Hieronymus Fischer, Apr 10 2014
Extensions
Edited by Charles R Greathouse IV, Mar 19 2010
Comments