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!)
A017959 Powers of sqrt(18) rounded to nearest integer. 1
1, 4, 18, 76, 324, 1375, 5832, 24743, 104976, 445375, 1889568, 8016758, 34012224, 144301645, 612220032, 2597429617, 11019960576, 46753733110, 198359290368, 841567195983, 3570467226624, 15148209527701 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
Digits:=1500: A017959:=n->round(sqrt(18)^n): seq(A017959(n), n=0..30); # Wesley Ivan Hurt, Apr 18 2017
MATHEMATICA
Floor[(Sqrt[18])^Range[0, 25]+1/2] (* Vincenzo Librandi, Nov 20 2011 *)
PROG
(PARI) a(n)=round(sqrt(18)^n) \\ Charles R Greathouse IV, Nov 18 2011
(Magma) [Round(Sqrt(18)^n): n in [0..30]]; // Vincenzo Librandi, Nov 20 2011
CROSSREFS
Cf. A010474, A001027 (bisection).
Sequence in context: A108012 A291417 A017958 * A100069 A058870 A219436
KEYWORD
nonn,easy
AUTHOR
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 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)