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!)
A076567 Greatest prime divisor of 4n+6 (sum of four successive integers). 2
5, 7, 3, 11, 13, 5, 17, 19, 7, 23, 5, 3, 29, 31, 11, 7, 37, 13, 41, 43, 5, 47, 7, 17, 53, 11, 19, 59, 61, 7, 13, 67, 23, 71, 73, 5, 11, 79, 3, 83, 17, 29, 89, 13, 31, 19, 97, 11, 101, 103, 7, 107, 109, 37, 113, 23, 13, 17, 11, 41, 5, 127, 43, 131, 19, 5, 137, 139, 47, 13 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A076565(n+1) = A006530(4n+6). - R. J. Mathar, Jul 31 2008
MAPLE
f:= n -> max(numtheory:-factorset(n)):
map(f, [seq(i, i=10..1000, 4)]); # Robert Israel, Nov 10 2020
MATHEMATICA
FactorInteger[#][[-1, 1]]&/@(4*Range[70]+6) (* Harvey P. Dale, Mar 12 2017 *)
PROG
(PARI) a(n) = {f = factor(4*n+6); return (f[length(f~), 1]); } \\ Michel Marcus, Apr 19 2013
(PARI) a(n) = vecmax(factor(4*n+6)[, 1]); \\ Michel Marcus, Nov 10 2020
CROSSREFS
Sequence in context: A144543 A205135 A356360 * A146535 A141650 A058091
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Oct 19 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 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)