A135960 Indices where records occur in A134852.
1, 2, 4, 14, 37, 59, 144, 173
Offset: 1
Crossrefs
Extensions
a(7)-a(8) from Amiram Eldar, Sep 01 2019 (calculated from the b-file at A134852)
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.
k = {}; Do[If[PrimeQ[2^n - 1], AppendTo[k, Fibonacci[2^n - 1]]], {n, 1, 15}]; k Fibonacci/@Select[Table[2^Prime[n]-1,{n,5}],PrimeQ] (* Harvey P. Dale, May 06 2018 *)
Comments