Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065034
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065034 Lucas(2n) + 1. +0
6
4, 8, 19, 48, 124, 323, 844, 2208, 5779, 15128, 39604, 103683, 271444, 710648, 1860499, 4870848, 12752044, 33385283, 87403804, 228826128, 599074579, 1568397608, 4106118244, 10749957123, 28143753124, 73681302248, 192900153619 (list; graph; listen)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,200

FORMULA

F(2n+1)+F(2n-1)+1.

a(n)=4*a(n-1)-4*a(n-2)+a(n-3). G.f.: -x*(3*x-2)*(x-2)/((x-1)*(x^2-3*x+1)). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 18 2009]

PROGRAM

(PARI) { for (n=1, 200, a=fibonacci(2*n + 1) + fibonacci(2*n - 1) + 1; write("b065034.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 03 2009]

CROSSREFS

Cf. A000045, A005592.

Cf. A002878 (first differences). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 18 2009]

Sequence in context: A129362 A083579 A104626 this_sequence A006580 A061814 A087254

Adjacent sequences: A065031 A065032 A065033 this_sequence A065035 A065036 A065037

KEYWORD

nonn

AUTHOR

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

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 18 21:37 EST 2009. Contains 171024 sequences.


AT&T Labs Research