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!)
A089701 Largest n-digit member of A089699. 2
6, 82, 996, 9966, 99922, 999916, 9999942, 99999846, 999999936, 9999999726, 99999999598, 999999999576, 9999999999658, 99999999999928, 999999999999576, 9999999999999936, 99999999999999456, 999999999999999486 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
for d from 1 to 25 do for n from 10^d-1 by -1 to 10^(d-1) do m:=mul(j, j=convert(n, base, 10)): if isprime(m+1) and isprime(n+1) then printf("%d, ", n): break fi od od: # C. Ronaldo
CROSSREFS
Sequence in context: A135624 A222197 A089397 * A360346 A251584 A068253
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 10 2003
EXTENSIONS
More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Dec 25 2004
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 20 10:28 EDT 2024. Contains 371823 sequences. (Running on oeis4.)