login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A017962
Powers of sqrt(19) rounded to nearest integer.
1
1, 4, 19, 83, 361, 1574, 6859, 29898, 130321, 568056, 2476099, 10793065, 47045881, 205068241, 893871739, 3896296579, 16983563041, 74029634997, 322687697779, 1406563064942, 6131066257801, 26724698233907
OFFSET
0,2
LINKS
MATHEMATICA
Floor[(Sqrt[19])^Range[0, 30]+1/2] (* Harvey P. Dale, Oct 11 2011 *)
PROG
(PARI) a(n)=round(sqrt(19)^n) \\ Charles R Greathouse IV, Nov 18 2011
(Magma) [Round(Sqrt(19)^n): n in [0..30]]; // Vincenzo Librandi, Nov 20 2011
CROSSREFS
Sequence in context: A050914 A017961 A180146 * A260746 A290667 A357572
KEYWORD
nonn
STATUS
approved