Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A002714
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A002714 Number of different keys with 7 cuts, depths between 1 and 7 and tolerance 2 between adjacent cut depths.
(Formerly M4366 N1832)
+0
2
7, 19, 53, 149, 421, 1193, 3387, 9627, 27383, 77923, 221805, 631469, 1797957, 5119593, 14578387, 41514003, 118218823, 336653331, 958698053, 2730124261, 7774706437, 22140438345, 63050541515, 179552587883, 511322221559 (list; graph; listen)
OFFSET

1,1

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

C. A. Coulson, How many keys?, Math. Gaz., 53 (1969), 7-13.

LINKS

S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.

S. Plouffe, 1031 Generating Functions and Conjectures, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.

C. A. Coulson, How Many different Keys?, Math. Gaz. vol 53 no 383 (1969), 7-13.

MAPLE

A002714:=-(7-9*z-9*z**2+3*z**3)/(-1+4*z-2*z**2-4*z**3+z**4); [Conjectured by S. Plouffe in his 1992 dissertation. It appears to be correct.]

T := proc(d, n) option remember ; if n = 1 then 1; else if d = 7 then T(d, n-1)+T(d-1, n-1) ; elif d = 1 then T(d, n-1)+T(d+1, n-1) ; else T(d-1, n-1)+T(d, n-1)+T(d+1, n-1) ; fi ; fi ; end: A002714 := proc(n) local d ; add( T(d, n), d=1..7) ; end: seq(A002714(n), n=1..35) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 15 2008

CROSSREFS

Sequence in context: A155272 A092053 A072630 this_sequence A126361 A069005 A000413

Adjacent sequences: A002711 A002712 A002713 this_sequence A002715 A002716 A002717

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 15 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research