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!)
A071567 Smallest k>n such that n^2+n+1 divides k^2+k+1. 0
4, 4, 9, 16, 25, 36, 49, 64, 16, 100, 30, 144, 169, 196, 225, 100, 289, 324, 361, 400, 441, 484, 102, 576, 67, 121, 729, 784, 230, 410, 961, 485, 1089, 1156, 61, 552, 163, 1444, 485, 1600, 1681, 737, 1849, 893, 372, 571, 840, 1134, 178, 2500, 809, 2704 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) for(n=1, 100, s=n+1; while((s^2+s+1)%(n^2+n+1)>0, s++); print1(s, ", "))
CROSSREFS
Sequence in context: A098359 A319435 A226096 * A304990 A263727 A133037
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 31 2002
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 23 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)