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!)
A279969 a(1)=1, a(n+1)=2^(prime(a(n))-1). 1

%I #4 Dec 24 2016 14:25:50

%S 1,2,4,64,

%T 2085924839766513752338888384931203236916703635113918720651407820138886450957656787131798913024

%N a(1)=1, a(n+1)=2^(prime(a(n))-1).

%t NestList[Power[2,Prime[#]-1]&,1,4]

%Y Cf. A058891, A279944.

%K nonn

%O 1,2

%A _Gus Wiseman_, Dec 24 2016

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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)