A018085 Powers of fourth root of 14 rounded to nearest integer.
1, 2, 4, 7, 14, 27, 52, 101, 196, 379, 733, 1419, 2744, 5308, 10267, 19860, 38416, 74309, 143740, 278041, 537824, 1040333, 2012353, 3892568, 7529536, 14564656, 28172944, 54495952, 105413504, 203905180
Offset: 0
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
Floor[# + 1/2]&/@((Power[14, (4)^-1])^Range[0, 50]) (* Vincenzo Librandi, Apr 13 2017 *) Round[Surd[14,4]^Range[0,30]] (* Harvey P. Dale, May 03 2019 *)