login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A168144 First differences of A168143 which are different from 1, incremented by 14. 0
19, 23, 31, 47, 79 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms of the sequence are primes greater than 17.
Are there more than 5 terms?
LINKS
E. S. Rowland, A natural prime-generating recurrence, Journal of Integer Sequences, 11 (2008), Article 08.2.8.
V. Shevelev, Generalizations of the Rowland theorem, arXiv:0911.3491 [math.NT], 2009-2010.
MATHEMATICA
A168143[17] = 37;
A168143[n_] := A168143[n] = If[GCD[n, A168143[n - 1]] > 1 && FactorInteger[n][[1, 1]] > 17, 3 n - 14, A168143[n - 1] + 1]
DeleteCases[Differences[A168143 /@ Range[17, 100]], 1] + 14 (* Eric Rowland, Jan 27 2019 *)
CROSSREFS
Sequence in context: A269666 A007639 A261311 * A108271 A351121 A245585
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Nov 19 2009
EXTENSIONS
Corrected and edited by Eric Rowland, Jan 27 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)