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!)
A190663 Largest prime factor of the least semiprime whose prime factors differ by 2*n! 1
5, 7, 17, 53, 251, 1447, 10091, 80651, 725789, 7257629, 79833613, 958003271, 12454041629, 174356582419, 2615348736019, 41845579776037, 711374856192023, 12804747411456023 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(5) = 251 because A190662(5) = 2761 = 11 * 251 , and 251 is the largest prime
divisor such that 251 - 11 = 240 = 2*120 = 2*5!
MAPLE
with(numtheory):for m from 1 to 18 do: k:=2*m!:id:=0:for n from 1 to 900000000
while(id=0) do: x:=factorset(n):n1:=nops(x):n2:=bigomega(n):if n1=2 and n2=2
and x[2]=x[1]+k then id:=1:printf ( "%d %d \n", m, x[2]):else fi:od:od:
CROSSREFS
Cf. A190662.
Sequence in context: A248085 A079604 A101580 * A123195 A248480 A243844
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)