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!)
A176915 Average of n-th twin prime pair minus total number of prime factors of average of n-th twin prime pair. 0
2, 4, 9, 15, 27, 39, 56, 67, 99, 103, 135, 146, 175, 185, 194, 224, 234, 265, 279, 307, 344, 415, 425, 458, 518, 566, 594, 615, 639, 655, 804, 819, 823, 854, 877, 1015, 1027, 1045, 1058, 1087, 1143, 1226, 1274, 1286, 1298, 1314, 1423, 1447, 1478, 1482, 1603 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Prime factors are counted with multiplicity. [from Harvey P. Dale, Aug 19 2011]
LINKS
FORMULA
a(n)=A014574(n)-A078571(n).
MATHEMATICA
f[n_]:=Module[{mn=Mean[n]}, mn-PrimeOmega[mn]]; f/@Select[Partition[ Prime[ Range[300]], 2, 1], Last[#]-First[#]==2&] (* Harvey P. Dale, Aug 19 2011 *)
CROSSREFS
Sequence in context: A072846 A157254 A080004 * A060742 A060737 A266647
KEYWORD
nonn
AUTHOR
EXTENSIONS
Formula index, a(8), a(15) and a(23) corrected by R. J. Mathar, May 01 2010
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 18 11:52 EDT 2024. Contains 371779 sequences. (Running on oeis4.)