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!)
A190662 Least semiprime having prime factors that differ by 2*n!. 1
15, 21, 85, 265, 2761, 10129, 111001, 887161, 21047881, 210471241, 1037836969, 68018232241, 361167207241, 3312775065961, 49691625984361, 1548286451713369, 16361621692416529, 294509190463488529 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(5) = 2761 because 2761 = 11 * 251 , and 251 - 11 = 240 = 2*120 = 2*5!
MATHEMATICA
f[n_] := Block[{p=3}, While[! PrimeQ[p+2*n!], p=NextPrime[p]]; p (p + 2*n!)]; Table[f[n], {n, 60}]
CROSSREFS
Cf. A190663.
Sequence in context: A083372 A119101 A342806 * A274084 A350098 A334118
KEYWORD
nonn
AUTHOR
Michel Lagneau, May 16 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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)