Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117614
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117614 a(0)=1, a(n)=4a(n-1)+2 for n odd, a(n)=4a(n-1) for n even. +0
1
1, 6, 24, 98, 392, 1570, 6280, 25122, 100488, 401954, 1607816, 6431266, 25725064, 102900258, 411601032, 1646404130, 6585616520, 26342466082, 105369864328, 421479457314, 1685917829256, 6743671317026, 26974685268104 (list; graph; listen)
OFFSET

0,2

REFERENCES

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

MAPLE

a:=proc(n) if n=0 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..25);

MATHEMATICA

b[0] := 1 b[1] := 6 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: A164908 A037505 A048179 this_sequence A037688 A126393 A120583

Adjacent sequences: A117611 A117612 A117613 this_sequence A117615 A117616 A117617

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), 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 December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research