Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122983
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122983 Binomial transform of aeration of A081294. +0
7
1, 1, 3, 7, 21, 61, 183, 547, 1641, 4921, 14763, 44287, 132861, 398581, 1195743, 3587227, 10761681, 32285041, 96855123, 290565367, 871696101, 2615088301, 7845264903, 23535794707, 70607384121, 211822152361, 635466457083 (list; graph; listen)
OFFSET

0,3

COMMENT

Binomial transform is A063376.

A122983 = (1,1,3,7,1,1,3,7,...) mod 10. - M. F. Hasler, Feb 25 2008

Equals row sums of triangle A158301. [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Mar 15 2009]

LINKS

M. F. Hasler, Table of n, a(n) for n=0,...,199.

FORMULA

G.f.: (1-2x-x^2)/((1-x)(1-2x-3x^2)); a(n)=3^n/4+(-1)^n/4+1/2;

E.g.f.: cosh(x)^2*exp(x); - Paul Barry (pbarry(AT)wit.ie), Jun 14 2007

MAPLE

BB := n->if n=0 then 1; elif n=1 then 1; else (3*BB(n-2)+2*BB(n-1)) fi: L:=[]: for k from 0 to 22 do L:=[op(L), ceil(BB(k)/2)]: od: L; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 19 2007, corrected by M. F. Hasler, Feb 25 2008

A122983 := n -> ceil(3^n/4); 'A122983(n)' $ n=0..22; # - M. F. Hasler, Feb 25 2008

a[ -1]:=1:a[0]:=1:a[1]:=3:for n from 2 to 50 do a[n]:=2*a[n-1]+3*a[n-2]-2 od: seq(a[n], n=-1..25); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 28 2008

PROGRAM

(PARI) A122983(n)=3^n\4+1 \\ - M. F. Hasler, Feb 25 2008

CROSSREFS

Cf. a(j+1) = A137822(2^j) and these are the record values of A137822.

A158301 [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Mar 15 2009]

Sequence in context: A091486 A056779 A102877 this_sequence A005355 A025235 A129366

Adjacent sequences: A122980 A122981 A122982 this_sequence A122984 A122985 A122986

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Sep 22 2006

EXTENSIONS

Extended and corrected (existing Maple code) by M. F. Hasler (MHasler(AT)univ-ag.fr), Feb 25 2008

page 1

Search completed in 0.005 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 25 14:49 EST 2009. Contains 167514 sequences.


AT&T Labs Research