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!)
A354740 Indices of records in A218344. 2
1, 3, 14, 15, 25, 38, 61, 121, 288, 1427, 3201, 3532, 4514, 18824, 56506, 138299, 160019, 175672, 389021, 792425, 1307363, 2484543, 5810361, 6570899, 18661982, 28689761, 54425951, 120552563, 145950769, 1046047048, 11369776859, 12564976008, 19468787723, 36754001297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding composite numbers A002808(a(n)) are 4, 8, 24, 25, 38, 55, 85, ... (see the link for more values).
LINKS
FORMULA
A218344(a(n)) = A218345(n).
MATHEMATICA
comp = Select[Range[10^6], CompositeQ]; f[n_] := Module[{k = 1}, While[! PrimeQ[k*n + 1], k++]; k]; vs = f /@ comp; m = 0; s = {}; Do[v = vs[[k]]; If[v > m, m = v; AppendTo[s, k]], {k, 1, Length[vs]}]; s
CROSSREFS
Sequence in context: A070418 A178363 A294997 * A034120 A303222 A037244
KEYWORD
nonn
AUTHOR
Amiram Eldar, Jun 05 2022
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 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)