Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090919
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090919 Primes arising as the arithmetic mean of first n terms of A090918. +0
2
3, 5, 7, 11, 17, 23, 31, 43, 73, 101, 131, 157, 191, 239, 293, 379, 571, 757, 937, 1123, 1301, 1481, 1697, 1907, 2113, 2371, 2617, 2857, 3121, 3389, 3709, 4021, 4337, 4637, 4937, 5227, 5503, 5779, 6047, 6311, 6569, 6829, 7079, 7349, 7639, 7927, 8263, 8599 (list; graph; listen)
OFFSET

1,1

COMMENT

a(1000) = 13918649. - Rick L. Shepherd (rshepherd2(AT)hotmail.com), Mar 08 2004

PROGRAM

(PARI) {terms=100; A090918=A090919=vector(terms); A090918[1]=A090919[1]=3; s=0; for(k=2, terms, s=s+A090918[k-1]; p=A090918[k-1]+1; until(isprime(p) && (denominator((s+p)/k)==1) && isprime((s+p)/k), p++); A090918[k]=p; A090919[k]=(s+p)/k; print1(A090919[k], ", ") ); A090919}

CROSSREFS

Cf. A090940, A090941, A090918.

Sequence in context: A094342 A045397 A108539 this_sequence A065557 A024967 A135246

Adjacent sequences: A090916 A090917 A090918 this_sequence A090920 A090921 A090922

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Dec 16 2003

EXTENSIONS

Corrected and extended by Rick L. Shepherd (rshepherd2(AT)hotmail.com), Mar 08 2004

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research