login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158064 36n^2 + 2n. 2
38, 148, 330, 584, 910, 1308, 1778, 2320, 2934, 3620, 4378, 5208, 6110, 7084, 8130, 9248, 10438, 11700, 13034, 14440, 15918, 17468, 19090, 20784, 22550, 24388, 26298, 28280, 30334, 32460, 34658, 36928, 39270, 41684, 44170, 46728, 49358, 52060 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The identity (36*n+1)^2-(36*n^2+2*n)*6^2 = 1 can be written as A158065(n)^2-a(n)*6^2 = 1. - Vincenzo Librandi, Feb 11 2012

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..10000

E. J. Barbeau, Polynomial Excursions, Chapter 10: Diophantine equations (2010), pages 84-85 (row 15 in the first table at p. 85, case d(t) = t*(6^2*t+2)).

Index to sequences with linear recurrences with constant coefficients, signature (3,-3,1).

FORMULA

G.f.: 2*x*(-19-17*x)/(x-1)^3. - Vincenzo Librandi, Feb 11 2012

a(n) = 3*a(n-1) -3*a(n-2) +a(n-3). - Vincenzo Librandi, Feb 11 2012

MATHEMATICA

LinearRecurrence[{3, -3, 1}, {38, 148, 330}, 50] (* Vincenzo Librandi, Feb 11 2012 *)

PROG

(MAGMA) I:=[38, 148, 330]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..50]]; // Vincenzo Librandi, Feb 11 2012

(PARI) for(n=1, 40, print1(36*n^2 + 2*n", ")); \\ Vincenzo Librandi, Feb 11 2012

CROSSREFS

Cf. A158065.

Sequence in context: A044370 A044751 A164093 * A135176 A100167 A100168

Adjacent sequences:  A158061 A158062 A158063 * A158065 A158066 A158067

KEYWORD

nonn,easy,changed

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Mar 12 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 08:15 EST 2012. Contains 205725 sequences.