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!)
A075572 Smallest prime divisor of sum of three successive terms pertaining to A075571. 1
3, 5, 3, 7, 5, 3, 3, 5, 7, 3, 11, 11, 3, 3, 7, 5, 5, 5, 11, 13, 5, 11, 17, 3, 5, 13, 3, 3, 7, 5, 13, 5, 5, 7, 3, 13, 7, 3, 13, 5, 5, 7, 19, 7, 7, 23, 3, 5, 5, 23, 17, 7, 3, 3, 11, 19, 3, 29, 13, 29, 7, 7, 13, 3, 5, 5, 3, 5, 5, 13, 7, 5, 5, 5, 7, 5, 17, 17, 3, 31, 19, 3, 5, 11, 19, 37 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
PROG
(PARI) pr=vector(10000):v=vector(100):v[1]=3:v[2]=5:pr[3]=1:pr[5]=1:for(n=3, 100, forprime(p=3, 10000, if(!pr[p]&&!isprime(v[n-2]+v[n-1]+p), print1(factor(v[n-2]+v[n-1]+p)[1, 1]", "):v[n]=p:pr[p]=1:break)))
CROSSREFS
Cf. A075571.
Sequence in context: A095366 A029604 A079602 * A089992 A074593 A144294
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Sep 25 2002
EXTENSIONS
Corrected and extended by Ralf Stephan, Mar 27 2003
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 16 14:05 EDT 2024. Contains 371740 sequences. (Running on oeis4.)