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!)
A375345 a(n) = b(n, n-1) where b(n, m) = b(n, m-1) + gcd(b(n, m-1), n-m) for m > 0 with b(n, 0) = n. 0
3, 5, 7, 11, 11, 13, 17, 17, 19, 23, 23, 29, 29, 29, 31, 41, 53, 37, 41, 41, 43, 47, 47, 59, 53, 53, 59, 59, 59, 61, 89, 71, 67, 71, 71, 73, 83, 83, 79, 83, 83, 89, 89, 89, 97, 101, 109, 97, 101, 101, 103, 107, 107, 109, 113, 113, 139, 131, 131, 131, 131, 131 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
It is conjectured that all terms are prime.
Conjecture was checked up to 10^6. - Vaclav Kotesovec, Sep 10 2024
LINKS
PROG
(PARI) a(n) = my(A = n); for(i=1, n-1, A += gcd(A, n-i)); A
CROSSREFS
Sequence in context: A241957 A112070 A208643 * A123252 A352185 A066168
KEYWORD
nonn,easy,new
AUTHOR
Mikhail Kurkov, Aug 12 2024
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 September 10 08:45 EDT 2024. Contains 375786 sequences. (Running on oeis4.)