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

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(25) > 2*10^5.
LINKS
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
Sequence in context: A226387 A102282 A353178 * A279071 A171027 A348792
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 19 01:02 EDT 2024. Contains 376002 sequences. (Running on oeis4.)