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!)
A122755 Let f(m) = 10 - last digit of prime(m). Sequence gives numbers n such that (1/n)*Sum_{ m <= n } f(m) is <= 5. 0
35, 41, 81, 93, 95, 97, 109, 114, 149, 151, 158, 159, 160, 161, 162, 163, 165, 169, 171, 176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For some reason taking f(m) = last digit of prime(m) doesn't work.
LINKS
MATHEMATICA
a = Flatten[Table[If[Sum[10 - Mod[Prime[n], 10], {n, 1, m}]/m <= 5, m, {}], {m, 1, 200}]]
CROSSREFS
Cf. A101306.
Sequence in context: A219799 A217007 A141741 * A298156 A167326 A141638
KEYWORD
nonn,base,less
AUTHOR
Roger L. Bagula, Sep 21 2006
EXTENSIONS
Edited by N. J. A. Sloane, Mar 30 2007
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 24 16:56 EDT 2024. Contains 371962 sequences. (Running on oeis4.)