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!)
A049808 a(n)=number of Farey fractions of order n that are <=1/4; cf. A049805. 8
1, 1, 1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 15, 17, 19, 21, 25, 26, 30, 32, 36, 39, 44, 46, 51, 54, 58, 61, 68, 70, 77, 81, 87, 91, 97, 100, 109, 114, 120, 124, 134, 136, 146, 151, 157, 163, 174, 178, 189, 194, 202, 208, 221, 226, 236, 242 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MATHEMATICA
Farey[n_] := Union[Flatten[Join[{0}, Table[a/b, {b, n}, {a, b}]]]]; f[n_] := Length@ Select[ Farey@ n, # <= 1/4 &]; Array[f, 56] (* Robert G. Wilson v, Nov 14 2012 *)
CROSSREFS
Sequence in context: A295796 A030789 A030749 * A344933 A191886 A184115
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 April 16 02:41 EDT 2024. Contains 371696 sequences. (Running on oeis4.)