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!)
A226977 Places n where A225867(n) <= 2. 2
7, 8, 11, 17, 23, 29, 41, 47, 59, 71, 239, 359, 419, 839 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Except for a(2)=8, all terms are prime.
Is this sequence finite?
There are no other terms up to 86000. - Peter J. C. Moses, Jun 28 2013
There are no more terms up to 10^9. - Charles R Greathouse IV, Nov 25 2014
LINKS
PROG
(PARI) is(n)=for(k=2, n\2-1, if(sumdiv(n+k, d, (n+d)%k==0 && d>1)>2, return(0))); n>6 \\ Charles R Greathouse IV, Nov 25 2014
CROSSREFS
Sequence in context: A145826 A102963 A117619 * A098731 A348784 A294483
KEYWORD
nonn,more
AUTHOR
Vladimir Shevelev, Jun 27 2013
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 10:34 EDT 2024. Contains 371967 sequences. (Running on oeis4.)