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!)
A010005 a(0) = 1, a(n) = 15*n^2 + 2 for n>0. 2
1, 17, 62, 137, 242, 377, 542, 737, 962, 1217, 1502, 1817, 2162, 2537, 2942, 3377, 3842, 4337, 4862, 5417, 6002, 6617, 7262, 7937, 8642, 9377, 10142, 10937, 11762, 12617, 13502, 14417, 15362, 16337, 17342, 18377, 19442, 20537, 21662, 22817, 24002, 25217, 26462 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1+x)*(1+13*x+x^2)/(1-x)^3. - Bruno Berselli, Feb 06 2012
E.g.f.: (x*(x+1)*15+2)*e^x-1. - Gopinath A. R., Feb 14 2012
MATHEMATICA
Join[{1}, 15 Range[42]^2 + 2] (* Bruno Berselli, Feb 06 2012 *)
Join[{1}, LinearRecurrence[{3, -3, 1}, {17, 62, 137}, 50]] (* Vincenzo Librandi, Aug 03 2015 *)
PROG
(PARI) A010005(n)=15*n^2+2-!n \\ M. F. Hasler, Feb 14 2012
(Magma) [1] cat [15*n^2+2: n in [1..50]]; // Vincenzo Librandi, Aug 03 2015
CROSSREFS
Cf. A206399.
Sequence in context: A362069 A226026 A195025 * A172076 A063522 A244973
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Bruno Berselli, Feb 06 2012
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)