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!)
A051552 Quotients of consecutive values of LCM {b(0), b(1) ...,b(n)}, b() = A016789. 2
5, 4, 11, 7, 17, 1, 23, 13, 29, 4, 1, 19, 41, 1, 47, 5, 53, 1, 59, 31, 1, 1, 71, 37, 1, 1, 83, 43, 89, 1, 1, 7, 101, 1, 107, 1, 113, 1, 1, 61, 5, 4, 131, 67, 137, 1, 1, 73, 149, 1, 1, 79, 1, 1, 167, 1, 173, 1, 179, 1, 1, 1, 191, 97, 197, 1, 1, 103, 1, 1, 1, 109, 1, 1, 227, 1, 233, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A051540(n)/A051540(n-1).
EXAMPLE
a(3) = A051540(3)/A051540(2) = 440/40 = 11.
MAPLE
A051540[0]:= 2:
for n from 1 to 100 do A051540[n]:= ilcm(A051540[n-1], 3*n+2)od:
seq(A051540[n]/A051540[n-1], n=1..100); # Robert Israel, Apr 10 2018
CROSSREFS
Sequence in context: A089520 A163524 A330614 * A165367 A166549 A324781
KEYWORD
easy,nonn,look
AUTHOR
EXTENSIONS
More terms from James A. Sellers
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)