cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A074281 Primes of the form Lucas(2*n)/3.

Original entry on oeis.org

41, 281, 90481, 29134601, 3020733700601, 313195711516578281, 5280544535667472291277149119296546201, 547497418496144666543167613835090178297001
Offset: 1

Views

Author

Shane Findley, Sep 21 2002

Keywords

Comments

The next term has 96 digits. - Harvey P. Dale, Apr 29 2011.

Examples

			Lucas(2*5)=3*41, Lucas(2*7)=3*281, Lucas(2*13)=3*90481.
		

Crossrefs

Values of n are given in A074304.

Programs

  • Mathematica
    Select[Table[LucasL[2n]/3,{n,400}],PrimeQ]  (* Harvey P. Dale, Apr 29 2011 *)