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!)
A017970 Powers of sqrt(22) rounded down. 1
1, 4, 22, 103, 484, 2270, 10648, 49943, 234256, 1098758, 5153632, 24172676, 113379904, 531798888, 2494357888, 11699575548, 54875873536, 257390662067, 1207269217792, 5662594565481, 26559922791424 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = floor(sqrt(22^n)). - Vincenzo Librandi, Jun 24 2011
MATHEMATICA
Floor[(Sqrt[22])^Range[0, 30]] (* Harvey P. Dale, Jul 16 2020 *)
PROG
(Magma) [Floor(Sqrt(22^n)): n in [0..30]]; // Vincenzo Librandi, Jun 24 2011
(PARI) a(n)=sqrtint(22^n) \\ Charles R Greathouse IV, Nov 18 2011
CROSSREFS
Cf. A010478 (sqrt(22)).
Sequence in context: A368289 A254861 A088581 * A220740 A099013 A184510
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)