Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A014125
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A014125 Bisection of A001400.
(Formerly N1005)
+0
13
1, 3, 6, 11, 18, 27, 39, 54, 72, 94, 120, 150, 185, 225, 270, 321, 378, 441, 511, 588, 672, 764, 864, 972, 1089, 1215, 1350, 1495, 1650, 1815, 1991, 2178, 2376, 2586, 2808, 3042, 3289, 3549, 3822, 4109, 4410, 4725, 5055, 5400, 5760, 6136, 6528, 6936 (list; graph; listen)
OFFSET

0,2

COMMENT

Also Schoenheim bound L_1(n,5,4).

Degrees of polynomials defined by p(n)=(x^(n+1)*p(n-1)p(n-3)+p(n-2)^2)/p(n-4), p(-4)=p(-3)=p(-2)=p(-1)=1. - Michael Somos, Jul 21 2004

Degrees of polynomial tau-functions of q-discrete Painleve I, which generate sequence A095708 when q=2 (up to an offset of 3). - Andrew Hone (anwh(AT)kent.ac.uk), Jul 29 2004

Because of the Laurent phenomenon for the general q-discrete Painleve I tau-function recurrence p(n)=(a*x^(n+1)*p(n-1)*p(n-3)+b*p(n-2)^2)/p(n-4), p(n) for n>-1 will always be a polynomial in x and a Laurent polynomial in a,b and the initial data p[ -4],p[ -3],p[ -2],p[ -1]. - Andrew Hone (anwh(AT)kent.ac.uk), Jul 29 2004

REFERENCES

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

H. R. Henze and C. M. Blair, The number of structurally isomeric hydrocarbons of the ethylene series, J. Amer. Chem. Soc., 55 (1933), 680-685.

W. H. Mills and R. C. Mullin, Coverings and packings, pp. 371-399 of J. H. Dinitz and D. R. Stinson, editors,a Contemporary Design Theory, Wiley, 1992. See Eq. 1.

L. Smiley, Hidden Hexagons, (preprint)

S. Fomin and A. Zelevinsky, The Laurent phenomenon, Advances in Applied Mathematics 28 (2002) 119-144.

Brian OSullivan and Thomas Busch, Spontaneous emission in ultra-cold spin-polarised anisotropic Fermi seas, arXiv 0810.0231v1 [quant-ph], 2008. [Eq 10a, lambda=3]

LINKS

Index entries for two-way infinite sequences

Index entries for covering numbers

A. N. W. Hone, Algebraic curves, integer sequences and a discrete Painleve transcendent, Proceedings of SIDE 6, Helsinki, Finland, 2004. [Set a(n)=d(n+3) on p. 8]

FORMULA

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

The simplest recurrence is fourth order: a(n)=a(n-1)+a(n-3)-a(n-4)+n+1, which gives the G.f. 1/((1-x)^3(1-x^3)), with a(-4)=a(-3)=a(-2)=a(-1)=0. An explicit formula is a(n)=n^3/18+n^2/2+4*n/3+1+2/(9*sqrt(3))*sin(2*Pi*n/3). - Andrew Hone (anwh(AT)kent.ac.uk), Jul 29 2004

a(n)=[2*A000027(n+1)+3*A000292(n+1)+A049347(n-1)+1+3*A000217(n+1)]/9. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 16 2007

EXAMPLE

Polynomials p(0)=x+1, p(1)=x^3+x^2+1, p(2)=x^6+x^5+x^3+x^2+2x+1, ...

MAPLE

L := proc(v, k, t, l) local i, t1; t1 := l; for i from v-t+1 to v do t1 := ceil(t1*i/(i-(v-k))); od: t1; end; # gives Schoenheim bound L_l(v, k, t). Current sequence is L_1(n, n-3, n-4, 1).

PROGRAM

(PARI) a(n)=if(n<-5, -a(-6-n), polcoeff(1/(1-x)^3/(1-x^3)+x^n*O(x), n)) /* Michael Somos, Jul 21 2004 */

CROSSREFS

Cf. A014126, A000631.

A column of A036838.

Cf. A095708.

Sequence in context: A140126 A140235 A010000 this_sequence A147456 A011849 A095944

Adjacent sequences: A014122 A014123 A014124 this_sequence A014126 A014127 A014128

KEYWORD

nonn,easy

AUTHOR

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

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Dec 24 1999

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 4 08:07 EST 2009. Contains 170310 sequences.


AT&T Labs Research