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.

A101758 Semiprime tribonacci numbers.

Original entry on oeis.org

4, 274, 10609, 23837527729, 80641778674, 3122171529233, 408933139743937, 98513851446415969, 7015254043203144209, 1690006574433492223897, 120346786571258131649185, 2533271375725618104752561
Offset: 1

Views

Author

Jonathan Vos Post and Ray Chandler, Dec 26 2004

Keywords

Crossrefs

Programs

  • Mathematica
    Select[LinearRecurrence[{1,1,1},{0,1,1},150],PrimeOmega[#]==2&] (* Harvey P. Dale, Oct 16 2012 *)

Formula

a(n) = A000073(A101757(n)).