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!)
A254403 a(n) = floor(b(n)), where b(n) = b(n-1)^(3/2), b(1) = 4. 2

%I #4 Jan 30 2015 06:35:02

%S 4,8,22,107,1116,37315,7208411,19353494040,2692396855225368,

%T 139703926313910081688758,52217120356716278672533411477879775,

%U 11932168478692303941858114447713697732545410824169841

%N a(n) = floor(b(n)), where b(n) = b(n-1)^(3/2), b(1) = 4.

%F a(n) = floor(4^((3/2)^(n-1))).

%t Floor[RecurrenceTable[{a[1]==4,a[n]==a[n-1]^(3/2)},a,{n,1,15}]]

%t Table[Floor[4^((3/2)^(n-1))], {n, 1, 15}]

%Y Cf. A254404.

%K nonn,easy

%O 1,1

%A _Vaclav Kotesovec_, Jan 30 2015

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 September 15 10:23 EDT 2024. Contains 375932 sequences. (Running on oeis4.)