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!)
A190801 Least semiprime whose prime factors differ by n!. 0
6, 15, 55, 145, 889, 5089, 55561, 927889, 6169249, 39916921, 678585889, 13891047241, 417210398089, 1656387533161, 56229997825849, 481224167424529, 11026310270976961, 236887827111937369, 10826413936386055921 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Appears to be the same as A037152(n) * A037153(n).
LINKS
EXAMPLE
a(5) = 889 because 889 = 7 * 127 , and 127 - 7 = 120 = 5!
MATHEMATICA
f[n_] := Block[{p=2}, While[! PrimeQ[p+n!], p=NextPrime[p]]; p*(p+n!)]; Table[f[n], {n, 60}]
CROSSREFS
Sequence in context: A262912 A119132 A073065 * A093042 A373569 A270624
KEYWORD
nonn
AUTHOR
Michel Lagneau, May 20 2011
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 8 11:12 EDT 2024. Contains 375021 sequences. (Running on oeis4.)