The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A051542 Quotients of consecutive values of LCM {b(1),...,b(n)}, b() = A000330. 3
5, 14, 3, 11, 13, 2, 17, 19, 1, 23, 5, 3, 29, 62, 1, 1, 37, 1, 41, 43, 1, 47, 7, 1, 53, 1, 1, 59, 61, 2, 1, 67, 1, 71, 73, 1, 1, 79, 3, 83, 1, 1, 89, 1, 1, 1, 97, 1, 101, 103, 1, 107, 109, 1, 113, 1, 1, 1, 11, 1, 5, 254, 1, 131, 1, 1, 137, 139, 1, 1, 1, 1, 149, 151, 1, 1, 157, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A051538(n+1)/A051538(n)
EXAMPLE
a(3) = A051538(4)/A051538(3) = 210/70 = 3
PROG
(Haskell)
a051542 n = a051542_list !! (n-1)
a051542_list = zipWith div (tail a051538_list) a051538_list
-- Reinhard Zumkeller, Mar 12 2014
CROSSREFS
Sequence in context: A262612 A333025 A144518 * A083660 A003079 A334119
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
Corrected and extended by James A. Sellers
Example fixed by Reinhard Zumkeller, Mar 12 2014
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 May 13 18:50 EDT 2024. Contains 372522 sequences. (Running on oeis4.)