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!)
A017961 Powers of sqrt(19) rounded down. 1
1, 4, 19, 82, 361, 1573, 6859, 29897, 130321, 568056, 2476099, 10793065, 47045881, 205068240, 893871739, 3896296578, 16983563041, 74029634996, 322687697779, 1406563064942, 6131066257801, 26724698233906 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = floor(sqrt(19^n)). - Vincenzo Librandi, Jun 24 2011
MATHEMATICA
Table[Floor[(Sqrt[19])^n], {n, 0, 30}] (* Harvey P. Dale, May 22 2014 *)
PROG
(Magma) [Floor(Sqrt(19^n)): n in [0..30]]; // Vincenzo Librandi, Jun 24 2011
(PARI) a(n)=sqrtint(19^n) \\ Charles R Greathouse IV, Nov 18 2011
CROSSREFS
Cf. A010475 (sqrt(19)).
Sequence in context: A027240 A326649 A050914 * A180146 A017962 A260746
KEYWORD
nonn
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)