login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A103504 Integers that do not appear in A103502. 1
123, 1298 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Restop = Function[n, pp = Prime[Range[PrimePi[n]]]; Sum[n/pp[[k]] - Floor[n/pp[[k]]], {k, 1, Length[pp]}]]; oops = Floor[Map[Restop, Range[1, 30000]]]; Complement[Range[Max[oops]], Union[oops]]

f[n_] := Floor[Plus @@ FractionalPart[n / Table[ Prime[i], {i, PrimePi[n]}]]]; Do[ a = f[n]; If[ Position[t, a] == {}, AppendTo[t, a]], {n, 81900}]; Complement[ Range[ Sort[t][[ -1]]], t] (from Robert G. Wilson v, Feb 12 2005)

CROSSREFS

Cf. A103502.

Sequence in context: A135475 A116935 A174173 * A115983 A202132 A167231

Adjacent sequences:  A103501 A103502 A103503 * A103505 A103506 A103507

KEYWORD

more,nonn,bref

AUTHOR

Carlos Alves (cjsalves(AT)gmail.com), Feb 08 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:51 EST 2012. Contains 205938 sequences.