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!)
A261305 a(n+1) = abs(a(n) - gcd(a(n), 5*n+4)), u(1) = 1. 1
1, 0, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 89, 88, 77, 76, 75, 72, 71, 70, 69, 68, 67, 66, 65, 64, 63, 62, 61, 60, 59, 58, 57, 56, 55, 54, 53, 52, 51, 50, 49, 48, 47, 46, 45, 44, 43, 42, 41, 40, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
It is conjectured that a(n) = 0 implies that 5n+4 = a(n+1) is prime for n > 2, cf. A186256. (This is the sequence {u(n)} mentioned there.)
LINKS
EXAMPLE
a(2) = a(1) - gcd(a(1),5+4) = 1 - 1 = 0.
a(3) = |a(2) - gcd(a(2),5*2+4)| = 14.
a(19) = 88, thus a(20) = 88 - gcd(88, 5*19+4) = 88 - 11 = 77.
PROG
(PARI) print1(a=1); for(n=1, 199, print1(", ", a=abs(a-gcd(a, 5*n+4))))
CROSSREFS
Sequence in context: A115019 A022970 A023456 * A055125 A206564 A076158
KEYWORD
nonn
AUTHOR
M. F. Hasler, Aug 14 2015
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 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)