Search: id:A000215 Results 1-1 of 1 results found. %I A000215 M2503 N0990 %S A000215 3,5,17,257,65537,4294967297,18446744073709551617,340282366920938463463374607431768211457, %T A000215 115792089237316195423570985008687907853269984665640564039457584007913129639937, %U A000215 1340780792994259709957402499820584612747936582059239337772356144372176403007354697680187429816690342769003185\ 8186486050853753882811946569946433649006084097 %N A000215 Fermat numbers: 2^(2^n) + 1. %C A000215 It is conjectured that just the first 5 numbers in this sequence are primes. %C A000215 An infinite coprime sequence defined by recursion. - Michael Somos Mar 14 2004 %C A000215 For n>0, Fermat numbers F(n) have digital roots 5 or 8 depending on whether n is even or odd (Koshy). - Lekraj Beedassy (blekraj(AT)yahoo.com), Mar 17 2005 %C A000215 This is the special case k=2 of sequences with exact mutual k-residues. In general, a(1)=k+1 and a(n)=min{m | m>a(n-1), mod(m,a(i))=k, i=1, ...,n-1}. k=1 gives Sylvester's sequence A000058. - Seppo Mustonen (seppo.mustonen(AT)helsinki.fi), Sep 4 2005 %C A000215 For n>1 final two digits of a(n) are periodically repeated with period 4: {17, 57, 37, 97}. - Alexander Adamchuk (alex(AT)kolmogorov.com), Apr 07 2007 %C A000215 For 1Table of n, a(n) for n = 0..11 %H A000215 C. K. Caldwell, The Prime Glossary, Fermat number %H A000215 L. Euler, Observations on a theorem of Fermat and others on looking at prime numbers %H A000215 L. Euler, Observationes do theoremate quodam Fermatiano aliisque ad numeros primos spectantibus %H A000215 Wilfrid Keller, Prime factors k.2^n + 1 of Fermat numbers F_m %H A000215 T.-W. Leung, A Brief Introduction to Fermat Numbers %H A000215 R. Munafo, Fermat Numbers %H A000215 R. Munafo, Notes on Fermat numbers %H A000215 S. Mustonen, On integer sequences with mutual k-residues %H A000215 P. Sanchez, PlanetMath.org, Fermat Numbers %H A000215 G. Villemin's Almanach of Numbers, Nombres de Fermat %H A000215 Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics. %H A000215 Eric Weisstein's World of Mathematics, Generalized Fermat Number %H A000215 Wikipedia, Fermat number %H A000215 Wolfram Research, Fermat numbers are pairwise coprime %F A000215 a(0)=3, a(n) = (a(n-1)-1)^2 + 1 %F A000215 a(n) = a(n-1)*a(n-2)*...*a(1) + 2. - Benoit Cloitre (benoit7848c(AT)orange.fr), Sep 15 2002 %F A000215 Conjecture : F is a Fermat prime if and only if phi(F-2) = (F-1)/2. - Benoit Cloitre (benoit7848c(AT)orange.fr), Sep 15 2002 %p A000215 A000215 := n->2^(2^n)+1; %p A000215 with(numtheory):a[1]:=0: for n from 0 to 26 do a[n]:=fermat(n) od: seq(a[n], n=0..9);# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 21 2009] %t A000215 lst={};Do[p=1^n+2^n;If[PrimeQ[p],AppendTo[lst,p]],{n,7!}];lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 10 2009] %o A000215 (PARI) a(n)=if(n<1,3*(n==0),(a(n-1)-1)^2+1) %Y A000215 a(n) = A001146(n) + 1 = A051179(n) + 2. %Y A000215 Cf. A019434, A050922, A051179, A063486, A073617, A085866. %Y A000215 See A004249 for a similar sequence. %Y A000215 Sequence in context: A067387 A050922 A070592 this_sequence A123599 A100270 A016045 %Y A000215 Adjacent sequences: A000212 A000213 A000214 this_sequence A000216 A000217 A000218 %K A000215 nonn,easy,nice %O A000215 0,1 %A A000215 N. J. A. Sloane (njas(AT)research.att.com). Search completed in 0.003 seconds