login
A100090
Smallest m greater than the n-th prime such that the arithmetic mean of m and the first n primes is an integer.
1
4, 4, 6, 8, 14, 15, 22, 22, 30, 36, 32, 50, 42, 49, 56, 61, 64, 69, 72, 75, 80, 83, 86, 112, 110, 108, 108, 108, 110, 143, 136, 162, 154, 148, 172, 163, 190, 178, 206, 193, 220, 208, 234, 219, 204, 238, 218, 239, 262, 238, 266, 241, 272, 299, 270, 296, 322, 293
OFFSET
1,1
COMMENTS
(a(n) + A007504(n)) mod (n+1) = 0,
A100091(n) = (a(n) + A007504(n)) / (n+1).
CROSSREFS
Sequence in context: A282939 A175216 A053639 * A222732 A363703 A074161
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 03 2004
STATUS
approved