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!)
A208450 Denominator of A010786(n+1) / A010786(n). 4
1, 2, 3, 4, 5, 6, 21, 16, 9, 10, 55, 12, 39, 112, 315, 16, 170, 18, 513, 80, 105, 22, 8855, 96, 75, 416, 3159, 28, 203, 30, 9765, 640, 132, 816, 32725, 36, 333, 304, 140049, 40, 13325, 42, 13545, 39424, 495, 46, 2080925, 288, 5292, 1600, 11475, 52, 117130 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A010786(n) / A208448(n).
PROG
(Haskell)
import Data.Ratio ((%), denominator)
a208450 n = a208450_list !! (n-1)
a208450_list = map denominator $
zipWith (%) (tail a010786_list) a010786_list
CROSSREFS
Cf. A208449 (numerator).
Sequence in context: A329581 A024639 A123678 * A037333 A183529 A342999
KEYWORD
nonn,frac
AUTHOR
Reinhard Zumkeller, Feb 26 2012
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.)