The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A013780 a(n) = 4^(4*n + 1). 2
4, 1024, 262144, 67108864, 17179869184, 4398046511104, 1125899906842624, 288230376151711744, 73786976294838206464, 18889465931478580854784, 4835703278458516698824704, 1237940039285380274899124224 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From Philippe Deléham, Nov 27 2008: (Start)
a(n) = 256*a(n-1); a(0)=4.
G.f.: 4/(1-256*x). (End)
MATHEMATICA
NestList[256#&, 4, 20] (* Harvey P. Dale, Aug 09 2013 *)
PROG
(Magma) [4^(4*n+1): n in [0..15]]; // Vincenzo Librandi, Jun 17 2011
(PARI) a(n)=4^(4*n+1) \\ Charles R Greathouse IV, Jul 11 2016
CROSSREFS
Sequence in context: A069920 A368371 A217024 * A139300 A004804 A221228
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 June 2 09:29 EDT 2024. Contains 373033 sequences. (Running on oeis4.)