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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152418 A sevens sequence: a(n)=(7^n - 1)/(2^(4 - 3*Mod[n, 2])). 0
0, 3, 3, 171, 150, 8403, 7353, 411771, 360300, 20176803, 17654703, 988663371, 865080450, 48444505203, 42388942053, 2373780754971, 2077058160600, 116315256993603, 101775849869403, 5699447592686571, 4987016643600750 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

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

MATHEMATICA

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

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

CROSSREFS

A003462

Sequence in context: A006845 A071536 A094755 * A113457 A113466 A007301

Adjacent sequences:  A152415 A152416 A152417 * A152419 A152420 A152421

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 15 06:58 EST 2012. Contains 205694 sequences.