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!)
A208449 Numerator of A010786(n+1) / A010786(n). 4
2, 3, 8, 5, 18, 7, 64, 27, 25, 11, 288, 13, 98, 225, 1024, 17, 729, 19, 2000, 147, 242, 23, 55296, 125, 169, 729, 10976, 29, 1125, 31, 32768, 1089, 289, 1225, 209952, 37, 722, 507, 640000, 41, 64827, 43, 42592, 91125, 1058, 47, 14155776, 343, 15625, 2601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A010786(n+1) / A208448(n).
PROG
(Haskell)
import Data.Ratio ((%), numerator)
a208449 n = a208449_list !! (n-1)
a208449_list = map numerator $
zipWith (%) (tail a010786_list) a010786_list
CROSSREFS
Cf. A208450 (denominator).
Sequence in context: A095164 A075384 A072500 * A346957 A062956 A333375
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)