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!)
A069483 Largest prime factor of prime(n+1)^2 - prime(n)^2. 3
5, 2, 3, 3, 3, 5, 3, 7, 13, 5, 17, 13, 7, 5, 5, 7, 5, 3, 23, 3, 19, 3, 43, 31, 11, 17, 7, 3, 37, 7, 43, 67, 23, 5, 5, 11, 5, 11, 17, 11, 5, 31, 3, 13, 11, 41, 31, 5, 19, 11, 59, 5, 41, 127, 13, 19, 5, 137, 31, 47, 5, 7, 103, 13, 7, 7, 167, 19, 29, 13, 89, 11, 37, 47, 127, 193, 131, 19 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A006530(A069482(n)).
EXAMPLE
A069482(12) = A000040(13)^2 - A000040(12)^2 = 41^2 - 37^2 = 1681 - 1369 = 312 = 2*2*2*3*13, therefore a(12) = 13.
MATHEMATICA
FactorInteger[#[[2]]-#[[1]]][[-1, 1]]&/@Partition[Prime[Range[80]]^2, 2, 1] (* Harvey P. Dale, Jan 17 2016 *)
PROG
(PARI) a(n) = my(f=factor(prime(n+1)^2 - prime(n)^2)); f[#f~, 1]; \\ Michel Marcus, Nov 12 2023
CROSSREFS
Sequence in context: A372263 A210487 A071216 * A011226 A019812 A222222
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 29 2002, Aug 05 2007
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 12 19:25 EDT 2024. Contains 372494 sequences. (Running on oeis4.)