Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103504
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103504 Integers that do not appear in A103502. +0
2
123, 1298 (list; graph; listen)
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: A077379 A135475 A116935 this_sequence A115983 A167231 A160040

Adjacent sequences: A103501 A103502 A103503 this_sequence A103505 A103506 A103507

KEYWORD

more,nonn,bref

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research