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!)
A218533 Numerators of the ratios of consecutive terms in A176352. 4
1, 1, 2, 1, 3, 1, 4, 1, 2, 5, 3, 3, 2, 1, 5, 5, 6, 1, 7, 2, 4, 3, 7, 1, 3, 4, 7, 5, 9, 1, 8, 6, 2, 5, 10, 1, 9, 3, 8, 1, 4, 7, 5, 11, 4, 6, 7, 3, 8, 5, 5, 9, 2, 7, 11, 1, 12, 9, 1, 10, 3, 11, 14, 1, 5, 13, 3, 13, 2, 11, 4, 13, 1, 8, 7, 13, 4, 11, 9, 7, 16, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(n) = numerator of A176352(n) / A176352(n+1).
LINKS
FORMULA
a(n) = A176352(n) / A218535(n).
PROG
(Haskell)
import Data.Ratio ((%), numerator)
a218533 n = a176352 n `div` a218535 n
a218533_list = map numerator $ zipWith (%) a176352_list $ tail a176352_list
CROSSREFS
Cf. A218533 (denominator).
Sequence in context: A332422 A229944 A366421 * A328578 A351613 A094741
KEYWORD
nonn,frac
AUTHOR
Reinhard Zumkeller, Nov 10 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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)