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!)
A079091 Sum of all prime factors of (prime(n)+1)*(prime(n+1)+1)/4. 4
3, 5, 7, 9, 12, 13, 13, 14, 15, 16, 27, 29, 23, 22, 18, 19, 41, 50, 29, 47, 48, 23, 23, 25, 34, 37, 28, 27, 38, 34, 28, 42, 40, 27, 36, 102, 122, 57, 46, 45, 33, 33, 110, 114, 31, 69, 70, 39, 52, 47, 33, 36, 37, 61, 64, 32, 37, 162, 189, 123, 90, 37, 40, 177, 213, 141, 111, 60 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n)=A001414(A079079(n)).
LINKS
MATHEMATICA
Total[Times@@@FactorInteger[#]]&/@(Times@@(#+1)/4&/@Partition[ Prime[Range[100]], 2, 1]) (* Harvey P. Dale, May 26 2011 *)
PROG
(Haskell)
a079091 = a001414 . a079079 -- Reinhard Zumkeller, Oct 09 2012
CROSSREFS
Sequence in context: A083964 A340439 A131628 * A353149 A191749 A038663
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 22 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 April 24 19:59 EDT 2024. Contains 371963 sequences. (Running on oeis4.)