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!)
A156772 a(n) = 729*n - 198. 3
531, 1260, 1989, 2718, 3447, 4176, 4905, 5634, 6363, 7092, 7821, 8550, 9279, 10008, 10737, 11466, 12195, 12924, 13653, 14382, 15111, 15840, 16569, 17298, 18027, 18756, 19485, 20214, 20943, 21672, 22401, 23130, 23859, 24588, 25317, 26046 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (6561*n^2 - 3564*n + 485)^2 - (81*n^2 - 44*n + 6)*(729*n - 198)^2 = 1 can be written as A156774(n)^2 - A156676(n)*a(n)^2 = 1.
LINKS
FORMULA
a(n) = 2*a(n-1) - a(n-2).
G.f.: x*(531 + 198*x)/(1-x)^2.
E.g.f.: 9*(22 - (22 - 81*x)*exp(x)). - G. C. Greubel, Jun 19 2021
MATHEMATICA
LinearRecurrence[{2, -1}, {531, 1260}, 40]
PROG
(Magma) I:=[531, 1260]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]];
(PARI) a(n)=729*n-198 \\ Charles R Greathouse IV, Dec 23 2011
(Sage) [9*(81*n -22) for n in [1..50]] # G. C. Greubel, Jun 19 2021
CROSSREFS
Sequence in context: A031967 A345387 A031521 * A031701 A158367 A225937
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 April 30 12:07 EDT 2024. Contains 372131 sequences. (Running on oeis4.)