Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A072110
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A072110 a(n) = 4*a(n-1) - a(n-2) - 2, with a(0)=1, a(1)=2. +0
2
1, 2, 5, 16, 57, 210, 781, 2912, 10865, 40546, 151317, 564720, 2107561, 7865522, 29354525, 109552576, 408855777, 1525870530, 5694626341, 21252634832, 79315912985, 296011017106, 1104728155437, 4122901604640, 15386878263121 (list; graph; listen)
OFFSET

0,2

MATHEMATICA

a[0] = 1; a[1] = 2; a[n_] := a[n] = 4*a[n - 1] - a[n - 2] - 2; Table[ a[n], {n, 0, 25} ]

PROGRAM

sage: [lucas_number1(n, 4, 1)+1 for n in range(26)] - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 06 2008

CROSSREFS

a(n) = A071954(n)/2 = A001353(n) + 1.

Adjacent sequences: A072107 A072108 A072109 this_sequence A072111 A072112 A072113

Sequence in context: A052891 A052815 A082789 this_sequence A114296 A121689 A009225

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 30 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 October 7 14:39 EDT 2008. Contains 144666 sequences.


AT&T Labs Research