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
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, 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, 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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(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
CROSSREFS
Sequence in context: A286540 A229980 A184158 * A324650 A029594 A320191
KEYWORD
nonn
AUTHOR
Labos Elemer, Apr 26 2001
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)