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!)
A185145 Smallest average of twin prime pairs s such that n*s is also average of twin prime pairs. 3
4, 6, 4, 18, 6, 12, 6, 30, 12, 6, 18, 6, 150, 30, 4, 12, 6, 4, 12, 12, 42, 30, 6, 18, 6, 12, 4, 270, 12, 6, 42, 6, 6, 30, 12, 12, 180, 6, 60, 6, 30, 150, 30, 30, 4, 18, 6, 4, 18, 12, 42, 6, 150, 30, 12, 60, 4, 6, 18, 4, 462, 180, 1230, 18, 30, 108, 60, 180, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Probably for all n>1 and also for all average s there are at least an average n*s. Note that this is equivalent to the Twin Prime Conjecture. Verified n to 10^7. First consecutive averages: 4 to 34260.
LINKS
FORMULA
a(n) = A014574(j) if n*A014574(j) = A014574(k).
EXAMPLE
A014574(12) = 150, then 13*150 = 1950 = A014574(60).
MATHEMATICA
t=Select[Table[Prime[n] + 1, {n, 10^4}], PrimeQ[#1 + 1] & ]; Table[s:=t[[m]]; m=1; While[!PrimeQ[n*s-1] || !PrimeQ[n*s+1], m++]; s, {n, 1, 100}]
CROSSREFS
Sequence in context: A019245 A019191 A321355 * A258836 A292387 A208540
KEYWORD
nonn
AUTHOR
Manuel Valdivia, Mar 12 2012
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 25 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)