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!)
A013805 a(n) = 16^(4*n + 3). 1
4096, 268435456, 17592186044416, 1152921504606846976, 75557863725914323419136, 4951760157141521099596496896, 324518553658426726783156020576256, 21267647932558653966460912964485513216, 1393796574908163946345982392040522594123776 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
MATHEMATICA
16^(4Range[0, 10]+3) (* Harvey P. Dale, Mar 05 2011 *)
PROG
(Magma) [16^(4*n+3): n in [0..15]]; // Vincenzo Librandi, Jul 06 2011
(Maxima) makelist(16^(4*n+3), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
(PARI) a(n) = 16^(4*n+3); \\ Altug Alkan, Sep 08 2018
CROSSREFS
Sequence in context: A185565 A013849 A016800 * A016836 A013880 A016884
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)