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!)
A194881 A number of sum-free sets related to fractional parts of multiples of a rational number in the range 1/3 to 2/3. 1
2, 3, 6, 8, 12, 15, 21, 25, 34, 38, 48, 54, 66, 72, 84, 92, 108, 117, 135, 143, 161, 171, 193, 205, 225, 237, 264, 276, 304, 316, 346, 362, 392, 408, 432, 450, 486, 504, 540, 556, 596, 614, 656, 676, 712, 734, 780, 804, 846 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Deserves a better title which mentions n in the sense that this is a sum-free set from a difference set with {1,....,n}.
LINKS
P. J. Cameron, P. Erdos, Notes on sum-free and related sets, Combinat. Probabl. Comput. 8 (1&2) (1999) 95-107, Theorem 4.
FORMULA
a(n) = 1+sum_{j=1..n} A000010(3*j)/2.
MAPLE
A194881 := proc(n) 1+add(numtheory[phi](3*q), q=1..n)/2 ; end proc:
seq(A194881(n), n=1..80) ;
CROSSREFS
Sequence in context: A035106 A122378 A181687 * A361922 A111242 A343820
KEYWORD
nonn
AUTHOR
R. J. Mathar, Sep 04 2011
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 19 02:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)