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!)
A299073 Indices of records in A243145. 2
1, 3, 5, 19, 21, 41, 59, 173, 241, 269, 326, 341, 431, 491, 4406, 6641, 10946, 45386, 54206, 81611, 94706, 362351, 486281, 1099766, 1197026, 1220126, 1439756, 1597361, 1685276, 2000246, 2405051, 6550946, 9996731, 15410111, 34120511, 39283856, 41437226, 47108981 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
f:= proc(n) local k;
for k from (n mod 2)+1 by 2 do
if isprime(n+k) and isprime(n+k^2) then return k fi
od
end proc:
f(1):= 1:
vmax:= 0: recinds:= NULL:
for n from 1 to 10^7 do
v:= f(n);
if v > vmax then
vmax:= v; recinds:= recinds, n;
fi
od:
recinds;
CROSSREFS
Sequence in context: A242961 A025046 A305700 * A329797 A180931 A118484
KEYWORD
nonn
AUTHOR
Robert Israel, Feb 02 2018
EXTENSIONS
a(34)-a(38) from Chai Wah Wu, Sep 10 2019
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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)