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!)
A049811 a(n)=number of Farey fractions of order n that are <=1/7; cf. A049805. 8
1, 1, 1, 1, 1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 17, 18, 20, 22, 25, 26, 29, 31, 33, 35, 39, 40, 44, 46, 49, 51, 55, 57, 62, 65, 69, 71, 76, 78, 84, 87, 90, 93, 99, 101, 107, 110, 115, 119, 126, 129, 135, 138, 144, 148, 156, 158 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
LINKS
MATHEMATICA
Farey[n_] := Union[Flatten[Join[{0}, Table[a/b, {b, n}, {a, b}]]]]; f[n_] := Length@ Select[ Farey@ n, # <= 1/7 &]; Array[f, 60] (* Robert G. Wilson v, Nov 14 2012 *)
CROSSREFS
Sequence in context: A099649 A330982 A033108 * A124097 A180478 A062461
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)