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!)
A162963 a(n) = 5*a(n-2) for n > 2; a(1) = 2, a(2) = 5. 4
2, 5, 10, 25, 50, 125, 250, 625, 1250, 3125, 6250, 15625, 31250, 78125, 156250, 390625, 781250, 1953125, 3906250, 9765625, 19531250, 48828125, 97656250, 244140625, 488281250, 1220703125, 2441406250, 6103515625, 12207031250 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Binomial transform is A162770, second binomial transform is A001077 without initial 1, third binomial transform is A162771, fourth binomial transform is A162772, fifth binomial transform is A162773.
LINKS
FORMULA
a(n) = (3-(-1)^n)*5^(1/4*(2*n-1+(-1)^n))/2.
G.f.: x*(2+5*x)/(1-5*x^2).
a(n) = A026383(n) for n >= 1.
PROG
(Magma) [ n le 2 select 3*n-1 else 5*Self(n-2): n in [1..29] ];
CROSSREFS
Sequence in context: A336542 A018356 A026383 * A297860 A002094 A212709
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Jul 19 2009
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 9 09:30 EDT 2024. Contains 373239 sequences. (Running on oeis4.)