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.

A135955 (Nonprime Fibonacci numbers with prime indices, A050937) which have exactly 4 prime factors.

Original entry on oeis.org

83621143489848422977, 6161314747715278029583501626149, 289450641941273985495088042104137, 5193981023518027157495786850488117, 66233869353085486281758142155705206899077
Offset: 1

Views

Author

Artur Jasinski, Dec 08 2007

Keywords

Comments

Conjecture: All numbers in this sequence are products of four sums of two squares.

Crossrefs

Programs

  • Mathematica
    k = {}; Do[If[ !PrimeQ[Fibonacci[Prime[n]]], c = Length[FactorInteger[Fibonacci[Prime[n]]]]; If[c == 4, AppendTo[k, Fibonacci[Prime[n]]]]], {n, 1, 50}]; k