Authors: Marius Coman
I started this paper in ideea to present the recurrence relation defined as follows: the first term, a(0), is 13, then the n-th term is defined as a(n) = a(n–1) + 6 if n is odd and as a(n) = a(n-1) + 24, if n is even. This recurrence formula produce an amount of primes and odd numbers having very few prime factors: the first 150 terms of the sequence produced by this formula are either primes, power of primes or products of two prime factors. But then I discovered easily formulas even more interesting, for instance a(0) = 13, a(n) = a(n–1) + 10 if n is odd and a(n) = a(n-1) + 80, if n is even (which produces 16 primes in first 20 terms!). Because what seems to matter in order to generate primes for such a recurrent defined formula a(0) = 13, a(n) = a(n–1) + x if n is odd and as a(n) = a(n-1) + y, if n is even, is that x + y to be a multiple of 30 (probably the choice of the first term doesn’t matter either but I like the number 13).
Comments: 2 Pages.
Download: PDF
[v1] 2015-03-27 15:12:46
Unique-IP document downloads: 155 times
Vixra.org is a pre-print repository rather than a journal. Articles hosted may not yet have been verified by peer-review and should be treated as preliminary. In particular, anything that appears to include financial or legal advice or proposed medical treatments should be treated with due caution. Vixra.org will not be responsible for any consequences of actions that result from any form of use of any documents on this website.
Add your own feedback and questions here:
You are equally welcome to be positive or negative about any paper but please be polite. If you are being critical you must mention at least one specific error, otherwise your comment will be deleted as unhelpful.