The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A078581 Arithmetic derivative of the average of n-th twin prime pair. 1
4, 5, 16, 21, 31, 41, 92, 156, 91, 216, 121, 185, 336, 640, 249, 316, 608, 459, 241, 596, 476, 704, 1296, 493, 627, 619, 1340, 521, 541, 1072, 1647, 691, 1416, 859, 1281, 1624, 1916, 1445, 1257, 1696, 4800, 1301, 1509, 1363, 1313, 2804, 2192, 2200, 1427 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A003415(A014574(n)).
MATHEMATICA
midQ[n_] := PrimeQ[n-1] && PrimeQ[n+1]; f[n_] := n * Total[#2 / #1 & @@@ FactorInteger[n]]; f /@ Select[Range[1500], midQ] (* Amiram Eldar, Nov 03 2019 *)
CROSSREFS
Sequence in context: A309759 A025617 A227855 * A092809 A250254 A293344
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 29 2002
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 May 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)