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!)
A129387 Where records occur in A129385. 2
0, 1, 15, 23, 27, 99, 399, 743, 2285, 2683, 13607, 18675, 27299, 66527, 108899, 242087, 504867, 1985907, 2179519, 7883069, 11798723, 20372799, 29842275, 49022007, 70621263, 91817907 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
The fourth record in A129385 is A129386(4) = 11 = A129385(23), hence a(4) = 23.
PROG
(PARI) lista(nn) = {my(m, q, r); print1(0); for(k=1, nn, if(k%4 && !(k%2 && isprime((k+1)/2)), q=4+k%2; while(!ispower(q, , &m) || !isprime((q+k)/2), q+=2); if(m>r, print1(", ", k); r=m))); } \\ Jinyuan Wang, Dec 05 2020
CROSSREFS
Cf. A129385, A129386 (records).
Sequence in context: A317295 A014312 A325823 * A341170 A171167 A242412
KEYWORD
nonn,more
AUTHOR
Klaus Brockhaus, Apr 14 2007
EXTENSIONS
a(16) inserted by and more terms from Jinyuan Wang, Dec 04 2020
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)