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!)
A051543 Quotients of consecutive values of lcm of first n triangular numbers (A000217). 4
3, 2, 5, 1, 7, 2, 3, 1, 11, 1, 13, 1, 1, 2, 17, 1, 19, 1, 1, 1, 23, 1, 5, 1, 3, 1, 29, 1, 31, 2, 1, 1, 1, 1, 37, 1, 1, 1, 41, 1, 43, 1, 1, 1, 47, 1, 7, 1, 1, 1, 53, 1, 1, 1, 1, 1, 59, 1, 61, 1, 1, 2, 1, 1, 67, 1, 1, 1, 71, 1, 73, 1, 1, 1, 1, 1, 79, 1, 3, 1, 83, 1, 1, 1, 1, 1, 89, 1, 1, 1, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A025555(n+1)/A025555(n)
EXAMPLE
a(5) = A025555(6)/A025555(5) = 210/30 = 7
PROG
(Haskell)
a051543 n = a051542_list !! (n-1)
a051543_list = zipWith div (tail a025555_list) a025555_list
-- Reinhard Zumkeller, Mar 12 2014
CROSSREFS
Cf. A025555.
Cf. A051542.
Sequence in context: A099643 A224344 A113260 * A265574 A129538 A076934
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
Corrected and extended by 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 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)