login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079084 Greatest prime factor of (prime(n)+1)*(prime(n+1)+1)/4. 3
3, 3, 3, 3, 7, 7, 5, 5, 5, 5, 19, 19, 11, 11, 3, 5, 31, 31, 17, 37, 37, 7, 7, 7, 17, 17, 13, 11, 19, 19, 11, 23, 23, 7, 19, 79, 79, 41, 29, 29, 13, 13, 97, 97, 11, 53, 53, 19, 23, 23, 13, 11, 11, 43, 43, 11, 17, 139, 139, 71, 71, 11, 13, 157, 157, 83, 83, 29, 29, 59, 59, 23, 23, 19 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(n)=A006530(A079079(n)).

LINKS

R. Zumkeller, Table of n, a(n) for n = 1..1000 [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jan 18 2009]

MATHEMATICA

a[n_]:=FactorInteger[(Prime[n]+1)(Prime[n+1]+1)/4][[-1, 1]]; Table[a[n], {n, 1, 74}] (* Jean-François Alcover, Mar 18 2011 *)

FactorInteger[(First[#]+1) (Last[#]+1)/4][[-1, 1]]&/@Partition[Prime[ Range[100]], 2, 1] (* From Harvey P. Dale, Nov 14 2011 *)

CROSSREFS

Sequence in context: A006166 A142716 A195758 * A092323 A092531 A125002

Adjacent sequences:  A079081 A079082 A079083 * A079085 A079086 A079087

KEYWORD

nonn,nice

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Dec 22 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 17:35 EST 2012. Contains 206060 sequences.