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!)
A196472 a(1)=1; a(n) = floor((3 + sqrt(21))*a(n-1)/2) for n > 1. 2
1, 3, 11, 41, 155, 587, 2225, 8435, 31979, 121241, 459659, 1742699, 6607073, 25049315, 94969163, 360055433, 1365073787, 5175387659, 19621384337, 74390315987, 282035100971, 1069276250873 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Contains only odd numbers.
LINKS
FORMULA
G.f.: -x*(-1+ x + x ^2) / ( (x-1)*(3*x^2 + 3*x - 1) ). - R. J. Mathar, Oct 04 2011
a(n) = (3 + 2*A108306(n))/15. - R. J. Mathar, Oct 04 2011
MATHEMATICA
With[{c=(3+Sqrt[21])/2}, NestList[Floor[c*#]&, 1, 30]] (* Harvey P. Dale, Apr 23 2014 *)
PROG
(Magma) I:=[1, 3, 11]; [n le 3 select I[n] else 4*Self(n-1)-3*Self(n-3): n in [1..30]]: // Vincenzo Librandi, Oct 05 2011
CROSSREFS
Cf. A108306.
Sequence in context: A281593 A113437 A076540 * A258471 A176085 A356618
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Oct 03 2011
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 13 07:22 EDT 2024. Contains 372498 sequences. (Running on oeis4.)