Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141683
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141683 An Padovan Invert transform of A000931 in an Vladeta Jovovic A001906 form: b(n)=b(n-2)+b(n-3); a(n)=Sum[b[k]*a(n - k), {k, 1, n}]. +0
1
1, 1, 2, 4, 9, 19, 41, 88, 189, 406, 872, 1873, 4023, 8641, 18560, 39865, 85626, 183916, 395033, 848491, 1822473, 3914488, 8407925, 18059374, 38789712, 83316385, 178955183, 384377665, 825604416, 1773314929, 3808901426 (list; graph; listen)
OFFSET

1,3

COMMENT

Essentially the same as A141015. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 14 2008]

FORMULA

b(n)=b(n-2)+b(n-3); a(n)=Sum[b[k]*a(n - k), {k, 1, n}].

MATHEMATICA

Clear[b, a, n] (*A000931*) b[0] = 0; b[1] = 1; b[2] = 1; b[n_] := b[n] = b[n - 2] + b[n - 3]; Table[b[n], {n, 0, 30}]; a[0] = 1; a[n_] := a[n] = Sum[b[k]*a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 30}]

CROSSREFS

Cf. A000931, A001906.

Sequence in context: A122584 A142474 A141015 this_sequence A078039 A036622 A001384

Adjacent sequences: A141680 A141681 A141682 this_sequence A141684 A141685 A141686

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Sep 07 2008

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 2 11:49 EST 2009. Contains 167811 sequences.


AT&T Labs Research