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!)
A247872 Least prime factor of A247681(n). 1
5, 7, 5, 7, 5, 11, 17, 5, 7, 19, 5, 11, 7, 5, 13, 5, 11, 23, 5, 19, 7, 5, 13, 7, 5, 17, 5, 7, 13, 5, 23, 7, 5, 29, 17, 5, 11, 13, 5, 31, 7, 37, 19, 5, 11, 7, 5, 17, 5, 7, 11, 5, 29, 7, 5, 17, 11, 5, 31, 23, 41, 5, 13, 7, 5, 19, 7, 5, 13, 5, 7, 5, 23, 7, 5, 19, 11, 31, 5, 5, 7, 11, 5, 37, 7, 5, 47, 53, 11, 5, 7, 43, 13, 5, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
MAPLE
count:= 0:
for n from 1 while count < 100 do
m:= 1+18*n;
if not isprime(m) then
count:= count+1;
A[count]:= min(numtheory:-factorset(m))
fi
od:
seq(A[i], i=1..count); # Robert Israel, Sep 30 2014
CROSSREFS
Sequence in context: A372204 A215732 A010718 * A306400 A090987 A278813
KEYWORD
nonn,easy
AUTHOR
Odimar Fabeny, Sep 25 2014
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 September 4 14:59 EDT 2024. Contains 375683 sequences. (Running on oeis4.)