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
4, 8, 22, 107, 1116, 37315, 7208411, 19353494040, 2692396855225368, 139703926313910081688758, 52217120356716278672533411477879775, 11932168478692303941858114447713697732545410824169841 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(4^((3/2)^(n-1))).
MATHEMATICA
Floor[RecurrenceTable[{a[1]==4, a[n]==a[n-1]^(3/2)}, a, {n, 1, 15}]]
Table[Floor[4^((3/2)^(n-1))], {n, 1, 15}]
CROSSREFS
Cf. A254404.
Sequence in context: A003684 A338310 A254404 * A075688 A272563 A272152
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Jan 30 2015
STATUS
approved

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 19 06:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)