login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A073608
a(1) = 1, a(n) = smallest number such that a(n) - a(n-k) is a prime power > 1 for all k.
0
1, 3, 5, 8, 10, 12
OFFSET
1,2
COMMENTS
Differences |a(i)-a(j)| are prime powers for all i,j. Conjecture: sequence is bounded.
Proof that sequence is complete: Assume there is some k after the term 12. Then {k-1, k-3, k-5} must contain a multiple of 3. Also {k-8,k-10,k-12} also contains a multiple of 3. No prime > 12 is a multiple of 3, so the multiples of 3 are both prime powers. This implies there must be two powers of 3 that have a difference at most 11, but no such pair exists > 12 (only 1,3 and 3,9 qualify.) - Jim Nastos, Aug 09 2002
There is an elementary proof that no set of seven integers of this kind exists. - Don Reble, Aug 10 2002
EXAMPLE
a(5) = 10 as 10-8, 10-5, 10-3, 10-1 or 2, 5, 7, 9 are prime powers.
CROSSREFS
Cf. A073607.
Sequence in context: A141436 A282897 A189377 * A155945 A096985 A206909
KEYWORD
nonn,fini,full
AUTHOR
Amarnath Murthy, Aug 04 2002
EXTENSIONS
Sixth term from Jim Nastos, Aug 09 2002
STATUS
approved