login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A232543
Indices of primes in A100683.
22
1, 2, 3, 4, 7, 11, 12, 27, 32, 119, 127, 136, 611, 755, 872, 1676, 5363, 15623, 27564, 42679, 54576, 74123, 91043, 104331
OFFSET
1,2
COMMENTS
a(25) > 2*10^5.
FORMULA
A100683(a(n)) = A232542(n). - Arthur O'Dwyer, 25 Jul 2024
MATHEMATICA
a={-1, 2, 2}; Print[1], Print[2]; For[n=3, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[n]]; a=RotateLeft[a]; a[[3]]=sum]
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Price, Nov 25 2013
EXTENSIONS
Name clarified by Arthur O'Dwyer, Jul 25 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 04:19 EDT 2024. Contains 376016 sequences. (Running on oeis4.)