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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105651 Numbers n such that n + smallest prime factor of n + largest prime factor of n = next prime after n. 0
24, 48, 54, 90, 120, 140, 144, 288, 300, 360, 384, 450, 480, 528, 648, 720, 900, 960, 972, 1080, 1386, 1400, 1440, 1584, 1672, 1728, 1792, 1848, 1936, 1944, 2304, 2430, 2450, 2700, 2880, 3230, 3584, 3600, 3840, 4180, 4320, 4500, 5184, 5400, 5544, 5940 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

24 + smallest prime factor of 24 + largest prime factor of 24 = 24 + 2 + 3 = 29 = next prime after 24. So 24 belongs to the sequence

MATHEMATICA

<< NumberTheory`NumberTheoryFunctions` Select[Range[2, 10^4], # + Last[Transpose[FactorInteger[ # ]][[1]]] + First[Transpose[FactorInteger[ # ]][[1]]] == NextPrime[ # ] &]

CROSSREFS

Sequence in context: A040552 A199545 A098427 * A105779 A199105 A074698

Adjacent sequences:  A105648 A105649 A105650 * A105652 A105653 A105654

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), May 04 2005

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 16 08:13 EST 2012. Contains 205893 sequences.