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!)
A060779 a(n) = lcm(A000005(n+1), A000005(n)). 1

%I #10 Mar 18 2018 04:08:34

%S 2,2,6,6,4,4,4,12,12,4,6,6,4,4,20,10,6,6,6,12,4,4,8,24,12,4,12,6,8,8,

%T 6,12,4,4,36,18,4,4,8,8,8,8,6,6,12,4,10,30,6,12,12,6,8,8,8,8,4,4,12,

%U 12,4,12,42,28,8,8,6,12,8,8,12,12,4,12,6,12,8,8,10,10,20,4,12,12,4,4,8,8,12

%N a(n) = lcm(A000005(n+1), A000005(n)).

%H Harry J. Smith, <a href="/A060779/b060779.txt">Table of n, a(n) for n = 1..1000</a>

%o (PARI) { t=1; for (n=1, 1000, d=numdiv(n+1); write("b060779.txt", n, " ", lcm(d, t)); t=d; ) } \\ _Harry J. Smith_, Jul 11 2009

%Y Cf. A057921, A000005.

%K nonn

%O 1,1

%A _Labos Elemer_, Apr 26 2001

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 August 10 17:16 EDT 2024. Contains 375058 sequences. (Running on oeis4.)