login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A169682
Golomb-type sequence over primes.
2
2, 2, 3, 3, 5, 5, 5, 7, 7, 7, 11, 11, 11, 11, 11, 13, 13, 13, 13, 13, 17, 17, 17, 17, 17, 19, 19, 19, 19, 19, 19, 19, 23, 23, 23, 23, 23, 23, 23, 29, 29, 29, 29, 29, 29, 29, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37
OFFSET
1,1
COMMENTS
Suggested by Golomb's sequence A001462.
Terms are primes in nondecreasing order; a(n) gives length of n-th run.
It is understood that a(n) is taken to be the smallest number >= a(n-1) which is compatible with the description.
LINKS
MATHEMATICA
a = {2, 2}; Do[a = Join[a, Array[Prime[i]&, a[[i]]]], {i, 2, 12}]; a (* Ivan Neretin, Apr 03 2015 *)
CROSSREFS
Cf. A001462.
Sequence in context: A059974 A045767 A108221 * A082524 A099961 A286107
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, following a posting to the Sequence Fans mailing list by Eric Angelini, Apr 13 2010
STATUS
approved