|
Search: id:A129843
|
|
|
| A129843 |
|
a(n) = number of positive integers which are <= n and are coprime to n!! (n!! = A006882(n)). |
|
+0 1
|
|
| 1, 1, 2, 2, 3, 2, 3, 3, 4, 2, 4, 3, 4, 3, 4, 3, 5, 4, 5, 5, 5, 4, 5, 5, 5, 4, 5, 4, 5, 5, 5, 6, 6, 5, 6, 5, 6, 5, 6, 5, 6, 6, 6, 7, 6, 6, 6, 7, 6, 7, 6, 7, 6, 8, 6, 8, 6, 7, 6, 8, 6, 8, 6, 8, 7, 8, 7, 9, 7, 9, 7, 10, 7, 10, 7, 10, 7, 10, 7, 11
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
LINKS
|
Leroy Quet, Home Page (listed in lieu of email address)
|
|
MATHEMATICA
|
a[n_]:=Module[{}, co=0; For[i=1, i<n+1, i++, If[GCD[n!!, i]==1, co++ ]]; co]; Table[a[n], {n, 1, 80}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jun 05 2007
|
|
CROSSREFS
|
Sequence in context: A126071 A105264 A063787 this_sequence A050430 A071330 A092333
Adjacent sequences: A129840 A129841 A129842 this_sequence A129844 A129845 A129846
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Leroy Quet Jun 03 2007
|
|
EXTENSIONS
|
More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jun 05 2007
|
|
|
Search completed in 0.002 seconds
|