Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117615
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117615 a(0)=0, a(1)=1, a(n)=4a(n-1)+2 for n =3,5,7,..., a(n)=4a(n-1) for n =2,4,6,.... +0
1
0, 1, 4, 18, 72, 290, 1160, 4642, 18568, 74274, 297096, 1188386, 4753544, 19014178, 76056712, 304226850, 1216907400, 4867629602, 19470518408, 77882073634, 311528294536, 1246113178146, 4984452712584, 19937810850338, 79751243401352 (list; graph; listen)
OFFSET

0,3

REFERENCES

L. Rosenfeld, Nuclear Forces, section II, Interscience, New York, 1948, p 202

MAPLE

a:=proc(n) if n=0 then 0 elif n=1 then 1 elif n mod 2 = 1 then 4*a(n-1)+2 else 4*a(n-1) fi end: seq(a(n), n=0..24);

MATHEMATICA

b[0] := 0 b[1] := 1 b[n_?EvenQ] := b[n] = 4*b[n - 1] b[n_?OddQ] := b[n] = 4*b[n - 1] + 2 a = Table[b[n], {n, 0, 25}]

CROSSREFS

Sequence in context: A005367 A050184 A034352 this_sequence A083693 A123476 A027905

Adjacent sequences: A117612 A117613 A117614 this_sequence A117616 A117617 A117618

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 07 2006

EXTENSIONS

Edited by njas, Apr 16 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research