The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152240 a(n)=5*a(n-1)+7*a(n-2), n>1 ; a(0)=1, a(1)=7 . 4
1, 7, 42, 259, 1589, 9758, 59913, 367871, 2258746, 13868827, 85155357, 522858574, 3210380369, 19711911863, 121032221898, 743144492531, 4562948015941, 28016751527422, 172024393748697, 1056239229435439, 6485366903418074 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Unsigned version of A152239.
LINKS
FORMULA
G.f.: (1+2*x)/(1-5*x-7*x^2).
MATHEMATICA
LinearRecurrence[{5, 7}, {1, 7}, 25] (* Paolo Xausa, Jan 19 2024 *)
PROG
(PARI) Vec((1+2*x)/(1-5*x-7*x^2)+O(x^99)) \\ Charles R Greathouse IV, Jan 17 2012
CROSSREFS
Sequence in context: A082035 A127016 A152239 * A221794 A187246 A278152
KEYWORD
nonn,easy,less
AUTHOR
Philippe Deléham, Nov 30 2008
EXTENSIONS
Several terms corrected by Johannes W. Meijer, Aug 17 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 13:23 EDT 2024. Contains 372540 sequences. (Running on oeis4.)