Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A081555
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A081555 a(n)=6a(n-1)-a(n-2)-4, a(0)=3, a(1)=7. +0
2
3, 7, 35, 199, 1155, 6727, 39203, 228487, 1331715, 7761799, 45239075, 263672647, 1536796803, 8957108167, 52205852195, 304278004999, 1773462177795, 10336495061767, 60245508192803, 351136554095047, 2046573816377475 (list; graph; listen)
OFFSET

0,1

COMMENT

a(n)=A003499(n)+1. a(2n)+1=A003499(n)^2. 2(a(2n+1)+1) is a perfect square.

LINKS

Index entries for two-way infinite sequences

FORMULA

a(n) = (3+2sqrt(2))^n + (3-2sqrt(2))^n + 1

G.f.: (3-14x+7x^2)/((1-x)(1-6x+x^2))

MATHEMATICA

r[n_] := r[n] = 6*r[n - 1] - r[n - 2] - 4; r[0] = 3; r[1] = 7; Table[r[n], {n, 0, 25}]

PROGRAM

(PARI) a(n)=1+2*real((3+quadgen(32))^n)

(PARI) a(n)=1+2*subst(poltchebi(abs(n)), x, 3)

(PARI) a(n)=if(n<0, a(-n), 1+polsym(1-6*x+x^2, n)[n+1])

CROSSREFS

a(n)=A051927(2n).

Sequence in context: A006099 A053530 A132102 this_sequence A027624 A063042 A108505

Adjacent sequences: A081552 A081553 A081554 this_sequence A081556 A081557 A081558

KEYWORD

easy,nonn

AUTHOR

Mario Catalani (mario.catalani(AT)unito.it), Mar 24 2003

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 13 23:45 EST 2009. Contains 170824 sequences.


AT&T Labs Research