The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A049812 a(n)=number of Farey fractions of order n that are <=1/8; cf. A049805. 8
1, 1, 1, 1, 1, 1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 15, 16, 18, 19, 21, 22, 25, 27, 29, 31, 34, 35, 38, 40, 43, 45, 49, 50, 54, 56, 59, 61, 66, 68, 73, 76, 79, 82, 87, 89, 95, 97, 101, 104, 110, 112, 117, 120, 125, 129, 136, 138 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
LINKS
MATHEMATICA
Farey[n_] := Union[Flatten[Join[{0}, Table[a/b, {b, n}, {a, b}]]]]; f[n_] := Length@ Select[ Farey@ n, # <= 1/8 &]; Array[f, 60] (* Robert G. Wilson v, Nov 14 2012 *)
CROSSREFS
Sequence in context: A309129 A307345 A033110 * A093668 A026501 A000926
KEYWORD
nonn
AUTHOR
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 May 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)