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!)
A013905 22^(5n+4). 1
234256, 1207269217792, 6221821273427820544, 32064977213018365645815808, 165251092644282265779977014214656, 851643319086537701956194499721106030592, 4389056261830591470007906571986683114651910144, 22619580800770514778759787562400873673529752979243008 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 5153632*a(n-1), a(0)=234256. - Vincenzo Librandi, May 28 2011
a(n) = 22^A016897(n) = A010810(5n+4) = A010810(A016897(n)). - Wesley Ivan Hurt, May 08 2014
MAPLE
A013905:=n->22^(5*n+4); seq(A013905(n), n=0..10); # Wesley Ivan Hurt, May 08 2014
MATHEMATICA
Table[22^(5 n + 4), {n, 0, 10}] (* Wesley Ivan Hurt, May 08 2014 *)
PROG
(Magma) [22^(5*n+4): n in [0..10]]; // Vincenzo Librandi, May 28 2011
CROSSREFS
Sequence in context: A233902 A202938 A109690 * A353634 A237239 A216056
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 1996
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 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)