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!)
A156771 a(n) = 729*n - 531. 3
198, 927, 1656, 2385, 3114, 3843, 4572, 5301, 6030, 6759, 7488, 8217, 8946, 9675, 10404, 11133, 11862, 12591, 13320, 14049, 14778, 15507, 16236, 16965, 17694, 18423, 19152, 19881, 20610, 21339, 22068, 22797, 23526, 24255, 24984, 25713 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (6561*n^2 - 9558*n + 3482)^2 - (81*n^2 - 118*n + 43)*(729*n - 531)^2 = 1 can be written as A156773(n)^2 - A156677(n)*a(n)^2 = 1.
LINKS
FORMULA
a(n) = 2*a(n-1) - a(n-2).
G.f.: x*(198 + 531*x)/(1-x)^2.
E.g.f.: 9*(59 - (59 - 81*x)*exp(x)). - G. C. Greubel, Jun 19 2021
MATHEMATICA
LinearRecurrence[{2, -1}, {198, 927}, 40]
PROG
(Magma) I:=[198, 927]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]];
(PARI) a(n)=729*n-531 \\ Charles R Greathouse IV, Dec 23 2011
(Sage) [9*(81*n -59) for n in [1..50]] # G. C. Greubel, Jun 19 2021
CROSSREFS
Sequence in context: A252952 A252945 A158222 * A065697 A159204 A075457
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 15 2009
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 June 11 19:50 EDT 2024. Contains 373317 sequences. (Running on oeis4.)