Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062113
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062113 a(0)=1; a(1)=2; a(n)=a(n-1)+ a(n-2)*(3-(-1)^n)/2 +0
1
1, 2, 3, 7, 10, 24, 34, 82, 116, 280, 396, 956, 1352, 3264, 4616, 11144, 15760, 38048, 53808, 129904, 183712, 443520, 627232, 1514272, 2141504, 5170048, 7311552, 17651648, 24963200, 60266496, 85229696, 205762688, 290992384, 702517760 (list; graph; listen)
OFFSET

0,2

COMMENT

A bistable recurrence.

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,200

PROGRAM

(PARI) { for (n=0, 200, if (n>1, a=a1 + a2*(3 - (-1)^n)/2; a2=a1; a1=a, if (n==0, a=a2=1, a=a1=2)); write("b062113.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 01 2009]

CROSSREFS

Cf. A007068, A062112.

Sequence in context: A095010 A047082 A079380 this_sequence A130968 A007748 A126617

Adjacent sequences: A062110 A062111 A062112 this_sequence A062114 A062115 A062116

KEYWORD

easy,nonn

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com), Jun 05 2001

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 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research