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!)
A013862 a(n) = 12^(5*n + 1). 1
12, 2985984, 743008370688, 184884258895036416, 46005119909369701466112, 11447545997288281555215581184, 2848515765597237675947403497177088, 708801874985091845381344307009569161216, 176372588156290374069930666601805113523699712 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
MATHEMATICA
12^(5*Range[0, 20]+1) (* or *) NestList[248832#&, 12, 20] (* Harvey P. Dale, Dec 15 2019 *)
PROG
(Magma) [12^(5*n+1): n in [0..10]]; // Vincenzo Librandi, Jul 09 2011
(Maxima) makelist(12^(5*n+1), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
(PARI) a(n) = 12^(5*n+1); \\ Altug Alkan, Sep 08 2018
CROSSREFS
Sequence in context: A350542 A159951 A283627 * A116233 A350543 A145745
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 March 19 01:57 EDT 2024. Contains 370952 sequences. (Running on oeis4.)