|
Search: id:A050248
|
|
|
| A050248 |
|
Integer averages of first n primes for some n. |
|
+0 13
|
|
| 2, 38, 110, 3066, 60020, 740282, 2340038, 29380602, 957565746
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
|
|
EXAMPLE
|
38 is average of first n=23 primes; 110 (n=53); 3066 (n=853); 60020(n=11869).
|
|
MATHEMATICA
|
a=0; lst={}; Do[p=Prime[n]; a+=p; If[a/n==IntegerPart[a/n], AppendTo[lst, a/n]], {n, 10!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 05 2009]
|
|
CROSSREFS
|
a(n) = A050247/A045345.
Sequence in context: A163792 A050899 A068401 this_sequence A075459 A105645 A098456
Adjacent sequences: A050245 A050246 A050247 this_sequence A050249 A050250 A050251
|
|
KEYWORD
|
nonn,more
|
|
AUTHOR
|
Eric Weisstein (eric(AT)weisstein.com)
|
|
EXTENSIONS
|
Edited by N. J. A. Sloane (njas(AT)research.att.com) at the suggestion of David W. Wilson, Jun 23 2007
|
|
|
Search completed in 0.002 seconds
|