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.

A053413 Primes of the form A003266(n) + 1.

This page as a plain text file.
%I A053413 #20 Feb 16 2025 08:32:42
%S A053413 2,2,3,7,31,241,3121,65521,
%T A053413 1879127177606120717127879344567470740879360001,
%U A053413 1419564463863171507576408104556964008024375775796704645430601388670976000001
%N A053413 Primes of the form  A003266(n) + 1.
%C A053413 The corresponding n are given in A053408. - _Joerg Arndt_, Aug 16 2014
%H A053413 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/FibonacciNumber.html">Fibonacci Number</a>.
%t A053413 Select[Rest[FoldList[Times,1,Fibonacci[Range[80]]]+1],PrimeQ] (* _Harvey P. Dale_, Apr 25 2012 *)
%Y A053413 Cf. A059709, A053408.
%K A053413 nonn
%O A053413 1,1
%A A053413 _G. L. Honaker, Jr._, Jan 09 2000
%E A053413 Edited by _Daniel Forgues_, Nov 30 2009
%E A053413 One more term (a(10)) from _Harvey P. Dale_, Apr 25 2012
%E A053413 Edited definition, _Joerg Arndt_, Aug 17 2014