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!)
A252794 Numbers m such that 9^m + m is a semiprime. 1
1, 5, 68, 85, 86, 92, 136 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(8) > 435. - Carl Schildkraut, Aug 14 2015
LINKS
EXAMPLE
1 is in this sequence because 9^1+1 = 2*5 is semiprime.
5 is in this sequence because 9^5+5 = 2*29527 and these two factors are prime.
MATHEMATICA
Select[Range[435], PrimeOmega[9^# + #]==2 &]
PROG
(Magma) IsSemiprime:=func<i | &+[d[2]: d in Factorization(i)] eq 2>; [m: m in [1..435] | IsSemiprime(s) where s is 9^m+m];
CROSSREFS
Cf. similar sequences listed in A252788.
Cf. A252662.
Sequence in context: A207979 A129963 A115764 * A328359 A003361 A363401
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Dec 27 2014
EXTENSIONS
a(4)-a(7) from Carl Schildkraut, Aug 14 2015
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 August 3 13:42 EDT 2024. Contains 374894 sequences. (Running on oeis4.)