login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152417 A fives sequence: a(n)=(5^n - 1)/(2^(3 - Mod[n, 2])). 0
0, 1, 3, 31, 78, 781, 1953, 19531, 48828, 488281, 1220703, 12207031, 30517578, 305175781, 762939453, 7629394531, 19073486328, 190734863281, 476837158203, 4768371582031, 11920928955078, 119209289550781, 298023223876953 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n)=(5^n - 1)/(2^(3 - Mod[n, 2])).

MATHEMATICA

a[n_] := (5^n - 1)/(2^(3 - Mod[n, 2]));

Table[a[n], {n, 0, 30}]

CROSSREFS

A003462

Sequence in context: A062616 A031916 A137185 * A077547 A104312 A107197

Adjacent sequences:  A152414 A152415 A152416 * A152418 A152419 A152420

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Dec 03 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 17:10 EST 2012. Contains 205644 sequences.