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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017353 10n+7. 4
7, 17, 27, 37, 47, 57, 67, 77, 87, 97, 107, 117, 127, 137, 147, 157, 167, 177, 187, 197, 207, 217, 227, 237, 247, 257, 267, 277, 287, 297, 307, 317, 327, 337, 347, 357, 367, 377, 387, 397, 407, 417, 427, 437, 447, 457, 467, 477, 487, 497, 507, 517, 527, 537 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..5000

Tanya Khovanova, Recursive Sequences

FORMULA

a(n) = 10*n+7; a(n) = 2*a(n-1) - a(n-2); [Vincenzo Librandi, May 28 2011]

MATHEMATICA

Range[7, 1000, 10] (* From Vladimir Joseph Stephan Orlovsky (4vladimir(AT)gmail.com), May 28 2011 *)

PROG

(Magma) [10*n+7: n in [0..60]]; // Vincenzo Librandi, May 28 2011

CROSSREFS

Cf. A008592, A017341.

Sequence in context: A011537 A043517 A160912 * A147089 A045575 A029532

Adjacent sequences:  A017350 A017351 A017352 * A017354 A017355 A017356

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 14 13:08 EST 2012. Contains 205623 sequences.