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!)
A109280 Numbers n such that z(n) and z(n+1) are both prime, where z(n) = a^d + b^d + c^d + ..., where a*b*c* ... is the prime factorization of n and d is the largest digit of n. 1
10, 11, 567, 1209, 2034, 3114, 3311, 5243, 5290, 7256, 7436, 9558, 10110, 10111, 13251, 14409, 17536, 20344, 21534, 26411, 26816, 29078, 30232, 34160, 37074, 40022, 44849, 45373, 45815, 50630, 53577, 55555, 56030, 62355, 62463, 65540 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: Sequence is infinite.
LINKS
EXAMPLE
567 is in the sequence because 567 = 3^4*7 and 3^7+3^7+3^7+3^7+7^7 = 832291,
a prime; and 568 = 2^3*71 and 2^8+2^8+2^8+71^8 = 645753531246529, a prime.
MATHEMATICA
bpQ[n_]:=Module[{pfn=Flatten[Table[#[[1]], {#[[2]]}]&/@FactorInteger[n]], ldn=Max[ IntegerDigits[n]], pfn1=Flatten[Table[#[[1]], {#[[2]]}]&/@ FactorInteger[n+1]], ldn1 =Max[IntegerDigits[n+1]]}, And@@PrimeQ[{Total[ pfn^ldn], Total[pfn1^ldn1]}]]; Select[Range[70000], bpQ] (* Harvey P. Dale, Nov 14 2012 *)
CROSSREFS
Sequence in context: A300458 A041917 A318089 * A181756 A287874 A064841
KEYWORD
base,nonn
AUTHOR
Jason Earls, Jun 24 2005
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 June 6 15:18 EDT 2024. Contains 373131 sequences. (Running on oeis4.)