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!)
A231575 Indices of prime tribonacci numbers (A001590). 56

%I #25 Jan 12 2014 23:27:38

%S 4,5,7,9,25,29,49,79,1613,15205

%N Indices of prime tribonacci numbers (A001590).

%C a(11) > 2*10^5.

%o (PARI) v=[1,0,1]; for(n=4,1e4, if(ispseudoprime(t=v[1]+v[2]+v[3]), print1(n", ")); v=[v[2],v[3],t]) \\ _Charles R Greathouse IV_, Nov 18 2013

%Y Cf. A001590, A231574, A000213, A056816, A157611.

%K nonn

%O 1,1

%A _Robert Price_, Nov 18 2013

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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)