Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A027674
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A027674 Numerical distance between m-th and (m+n)-th spheres in loxodromic sequence of spheres in which each 5 consecutive spheres are in mutual contact. +0
2
-1, 1, 1, 1, 1, 5, 7, 13, 25, 49, 89, 169, 319, 601, 1129, 2129, 4009, 7549, 14215, 26773, 50417, 94945, 178801, 336721, 634111, 1194161, 2248849, 4235041, 7975441, 15019381, 28284551, 53265565, 100309897, 188903953 (list; graph; listen)
OFFSET

0,6

REFERENCES

H. S. M. Coxeter, 5 spheres in mutual contact, Abstracts AMS 18 (1997), p. 431, #924-05-202; also Math. Intell. 19(4) 1997 pp. 41-47.

H. S. M. Coxeter, 1998, Numerical distances among the circles in a loxodromic sequence, Nieuw Arch. Wisk, 16, pp. 1-9.

FORMULA

a(n)=a(n-1)+a(n-2)+a(n-3)+a(n-1)-a(n-5).

7a(n) = (-1)^(n+1)*2 + 3*Sum{v=0 to [ n/2 ]} * n/(n-v) * binomial(n-v, v)* u(n-2v) where u(n)= 2u(n-1)+u(n-2) and u(0)=-1, u(1)=2 [ Floor van Lamoen (fvlamoen(AT)hotmail.com) ].

MAPLE

f := proc(n) option remember; if n=0 then -1 elif n=1 then 1 elif n=2 then 1 elif n=3 then 1 elif n=4 then 1 else f(n-1)+f(n-2)+f(n-3)+f(n-4)-f(n-5); fi; end;

CROSSREFS

Sequence in context: A105904 A038901 A078724 this_sequence A124307 A090610 A141191

Adjacent sequences: A027671 A027672 A027673 this_sequence A027675 A027676 A027677

KEYWORD

sign,nice

AUTHOR

njas

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 September 5 17:15 EDT 2008. Contains 143476 sequences.


AT&T Labs Research