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!)
A013814 a(n) = 21^(4*n + 1). 1
21, 4084101, 794280046581, 154472377739119461, 30041942495081691894741, 5842587018385982521381124421, 1136272165922724266740722458520501, 220983347100817338120002444455525554981, 42977062327514056734916195400155065458259861 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
PROG
(Magma) [21^(4*n+1): n in [0..15]]; // Vincenzo Librandi, Jul 07 2011
(Maxima) makelist(21^(4*n+1), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
(PARI) a(n) = 21^(4*n+1); \\ Altug Alkan, Sep 08 2018
CROSSREFS
Sequence in context: A173518 A033636 A138080 * A013898 A180727 A250487
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 18 03:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)