Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A097926
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A097926 Number of (n,4) Freiman-Wyner sequences. +0
3
18, 36, 70, 134, 258, 498, 960, 1850, 3566, 6874, 13250, 25540, 49230, 94894, 182914, 352578, 679616, 1310002, 2525110, 4867306, 9382034, 18084452, 34858902, 67192694, 129518082, 249654130, 481223808, 927588714, 1787984734, 3446451386 (list; graph; listen)
OFFSET

5,1

COMMENT

"The values for n <= 4 are straightforward."

REFERENCES

I. F. Blake, The enumeration of certain run length sequences, Information and Control, 55 (1982), 222-237.

FORMULA

a(n)=2a(n-1)-a(n-k-1), k=4, n>=2k+2. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 31 2006

G.f.: -2*(5*x^3+8*x^2+9*x+9)*x^5/(x^4+x^3+x^2+x-1) = -10*x^4-6*x^3-2*x^2-2+(-2*x^3-2+2*x)/(x^4+x^3+x^2+x-1) . - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 18 2007

MAPLE

A097926 := proc(nmax) local a, n, k; k := 4 ; a := [18, 36, 70, 134, 258] ; while nops(a) < nmax do n := nops(a)+k+1 ; a := [op(a), 2*op(n-1-k, a)-op(n-2*k-1, a) ] ; od ; end: nmax := 30 ; a := A097926(nmax) ; for i from 1 to nmax do printf("%d, ", op(i, a)) ; od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 31 2006

CROSSREFS

Cf. A006355, A097925.

Sequence in context: A131766 A154575 A011799 this_sequence A087967 A070224 A083211

Adjacent sequences: A097923 A097924 A097925 this_sequence A097927 A097928 A097929

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Sep 05 2004

EXTENSIONS

Corrected and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 31 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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research