The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078726 Fermat numbers 2^(2^n) + 1 with digits sorted in increasing order and zeros suppressed. 2

%I #8 Apr 11 2021 11:08:12

%S 3,5,17,257,35567,2244677999,111344445566777789,

%T 111222233333334444445666666777788899,

%U 111111222223333333344444455555555566666666777777778888888999999999999

%N Fermat numbers 2^(2^n) + 1 with digits sorted in increasing order and zeros suppressed.

%C The 0, 1, 2, 3, 5 and 7 terms of this sequence are primes. Are there any more?

%t Table[FromDigits[Sort[IntegerDigits[2^2^n+1]]/.(0->Nothing)],{n,0,10}] (* _Harvey P. Dale_, Apr 11 2021 *)

%Y Cf. A000215.

%K base,nonn,nice

%O 0,1

%A _Jason Earls_, Dec 20 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 4 08:21 EDT 2024. Contains 373092 sequences. (Running on oeis4.)