A104535 Prime tetranacci numbers.
2, 29, 401, 773, 5350220959, 2682493808945359
Offset: 1
Keywords
Links
- Tony D. Noe and Jonathan Vos Post, Primes in Fibonacci n-step and Lucas n-step Sequences, J. of Integer Sequences, Vol. 8 (2005), Article 05.4.4
- Eric Weisstein's World of Mathematics, Tetranacci Number
Crossrefs
Cf. A104534.
Programs
-
Mathematica
Select[LinearRecurrence[{1,1,1,1},{0,1,1,2},57],PrimeQ] (* Harvey P. Dale, Jun 10 2018 *)
Comments