Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A081077
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A081077 Lucas(4n+2)+3, or Lucas(2n)*Lucas(2n+2). +0
1
6, 21, 126, 846, 5781, 39606, 271446, 1860501, 12752046, 87403806, 599074581, 4106118246, 28143753126, 192900153621, 1322157322206, 9062201101806, 62113250390421, 425730551631126, 2918000611027446, 20000273725560981 (list; graph; listen)
OFFSET

0,1

REFERENCES

Hugh C. Williams, Edouard Lucas and Primality Testing, John Wiley and Sons, 1998, p. 75

FORMULA

a(n) = 8a(n-1)-8a(n-2)+a(n-3)

a(n)=A081067(n)+1. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 18 2007

G.f.: -3*(2-9*x+2*x^2)/(x-1)/(x^2-7*x+1) = -3/(x-1)+(-3*x+3)/(x^2-7*x+1). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 18 2007

MAPLE

luc := proc(n) option remember: if n=0 then RETURN(2) fi: if n=1 then RETURN(1) fi: luc(n-1)+luc(n-2): end: for n from 0 to 40 do printf(`%d, `, luc(4*n+2)+3) od:

CROSSREFS

Cf. A000032 (Lucas numbers).

Cf. A081067.

Adjacent sequences: A081074 A081075 A081076 this_sequence A081078 A081079 A081080

Sequence in context: A012840 A013320 A056308 this_sequence A093775 A058821 A054366

KEYWORD

nonn,easy

AUTHOR

R. K. Guy (rkg(AT)cpsc.ucalgary.ca), Mar 04, 2003

EXTENSIONS

More terms and Maple code from James A. Sellers (sellersj(AT)math.psu.edu), Mar 05, 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 May 13 01:46 EDT 2008. Contains 139661 sequences.


AT&T Labs Research