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!)
A217663 a(n) = A217662(n+2)/A217662(n) - 1, n > 0. 2

%I #19 May 19 2018 17:36:55

%S 1,3,1,5,3,7,1,3,5,11,1,13,7,5,1,17,3,19,5,1,11,23,1,5,13,1,1,29,5,31,

%T 1,11,17,1,1,37,19,13,1,41,1,43,11,1,23,47,1,1,5,17,13,53,1,1,1,1,29,

%U 59,1,61,31,1,1,13,11,67,17,23,1,71,1,73,37,1,1

%N a(n) = A217662(n+2)/A217662(n) - 1, n > 0.

%C a(prime(n)-1) = prime(n) for n>1, so this sequence includes all odd primes. - _Jon Perry_, Oct 10 2012, edited & corrected by _M. F. Hasler_, Oct 11 2012

%t RecurrenceTable[{a[n]==a[n-2]+LCM[n-1,a[n-2]],a[1]==2,a[2]==2},a{n,3,51}] /RecurrenceTable[{a[n]==a[n-2]+LCM[n-1,a[n-2]],a[1]==2,a[2]==2},a,{n,1,49}]-1

%t t = {2, 2}; Do[AppendTo[t, t[[-2]] + LCM[n - 1, t[[-2]]]], {n, 3, 100}]; Drop[t, 2]/Drop[t, -2] - 1 (* _T. D. Noe_, Oct 10 2012 *)

%Y Cf. A135504, A217662.

%K nonn

%O 1,2

%A _Pedja Terzic_, Oct 10 2012

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 08:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)