Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065101
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065101 a(0) = c, a(1) = p*c^3; a(n+2) = p*c^2*a(n+1) - a(n), for p = 3, c = 2. +0
1
2, 24, 286, 3408, 40610, 483912, 5766334, 68712096, 818778818, 9756633720, 116260825822, 1385373276144, 16508218487906, 196713248578728, 2344050764456830, 27931895924903232, 332838700334381954 (list; graph; listen)
OFFSET

0,1

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

Index entries for sequences related to linear recurrences with constant coefficients

Tanya Khovanova, Recursive Sequences

J.-P. Ehrmann et al., Problem POLYA002, Integer pairs (x,y) for which (x^2+y^2)/(1+pxy) is an integer.

FORMULA

G.f.: 2/(1-12*x+x^2).

MATHEMATICA

a[0] = c; a[1] = p*c^3; a[n_] := a[n] = p*c^2*a[n - 1] - a[n - 2]; p = 3; c = 2; Table[ a[n], {n, 0, 20} ]

PROGRAM

(PARI): polya002(3, 2, 18). For definition of function polya002 see A052530.

(PARI) { p=3; c=2; k=p*c^2; for (n=0, 100, if (n>1, a=k*a1 - a2; a2=a1; a1=a, if (n, a=a1=k*c, a=a2=c)); write("b065101.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 07 2009]

CROSSREFS

Cf. A052530.

Sequence in context: A019520 A061190 A002006 this_sequence A052739 A135389 A065513

Adjacent sequences: A065098 A065099 A065100 this_sequence A065102 A065103 A065104

KEYWORD

easy,nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Nov 12 2001

EXTENSIONS

More terms from Marc LeBrun (mlb(AT)well.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 12 2001

Gen. func. from Floor van Lamoen (fvlamoen(AT)hotmail.com), Feb 07 2002

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