Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066837
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066837 Least number k such that for the average of n consecutive primes, beginning with the k-th prime, is divisible by the average of their indices. +0
1
1, 4, 2700, 3, 69, 29, 68, 185, 67 (list; graph; listen)
OFFSET

1,2

COMMENT

a(10)>2*10^7.

EXAMPLE

a(1) = 1 because P_1/1 = 2, a(2) = 4 because (P_4 + P_5)/(4 + 5) = 2, a(3) = 2700 because (P_2700 + P_2701 + P_2702)/(2700 + 2701 + 2702) = 9, a(4) = 3 because (P_3 + P_4 + P_5 + P_6)/(3 + 4 + 5 + 6) = 2, etc.

MATHEMATICA

Do[ a = Table[ Prime[i], {i, 1, n} ]; k = n; While[ !IntegerQ[ Apply[ Plus, a]/(n(k - n/2 + 1/2)) ], k++; a = Append[a, Prime[k]]; a = Drop[a, 1]]; Print[k - n + 1], {n, 1, 25} ]

CROSSREFS

Sequence in context: A079187 A131587 A066850 this_sequence A132639 A132643 A079193

Adjacent sequences: A066834 A066835 A066836 this_sequence A066838 A066839 A066840

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 21 2002

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 18 21:37 EST 2009. Contains 171024 sequences.


AT&T Labs Research