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!)
A071219 Numbers m such that the largest prime factor of prime(m) + prime(m+1) equals m. 1
2, 3, 439 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(4), if it exists, is larger than 10^7.
a(4) > 5*10^14, if it exists. - Giovanni Resta, Jul 14 2018
LINKS
EXAMPLE
Numbers x such that A006530(A001043(x)) = x.
x = 2 is a term: p(2) + p(3) = 3 + 5 = 8 with largest factor = 2 = x.
x = 3 is a term: p(3) + p(4) = 5 + 7 = 12 with largest factor = 3 = x.
x = 439 is a term: p(439) + p(440) = 3067 + 3079 = 6146 = 2*7*439 = 14x.
MATHEMATICA
DeleteCases[#, 0] &@ MapIndexed[Boole[#1 == First@ #2] First@ #2 &, Map[FactorInteger[Total@ #][[-1, 1]] &, Partition[Prime@ Range[10^6], 2, 1]]] (* Michael De Vlieger, Aug 09 2017 *)
CROSSREFS
Sequence in context: A097654 A156986 A066849 * A109855 A306370 A355644
KEYWORD
nonn,bref,more
AUTHOR
Labos Elemer, May 17 2002
EXTENSIONS
Edited by N. J. A. Sloane, Aug 09 2017
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 July 4 21:03 EDT 2024. Contains 374017 sequences. (Running on oeis4.)