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!)
A087376 Leading diagonal of A087377. 2
1, 2, 6, 7, 14, 7, 30, 24, 30, 19, 60, 23, 72, 33, 46, 48, 90, 34, 124, 51, 82, 64, 144, 67, 148, 78, 118, 87, 240, 58, 232, 113, 150, 114, 200, 88, 288, 165, 202, 138, 332, 91, 352, 167, 202, 163, 384, 136, 372, 143, 258, 195, 500, 142, 360, 207, 318, 226, 552, 137 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Conjecture: a(n) < n^2.
MATHEMATICA
f = Function[n, k = cnt = 0; While[cnt < n, k++; If[PrimeQ[k n + 1], cnt++]]; k]; Table[f[n], {n, 60}] (* Ivan Neretin, May 22 2015 *)
CROSSREFS
Sequence in context: A127406 A092310 A306924 * A199974 A176279 A265739
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Sep 09 2003
EXTENSIONS
More terms from David Wasserman, May 24 2005
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 19 17:38 EDT 2024. Contains 371797 sequences. (Running on oeis4.)