|
| |
| |
|
|
|
8, 18, 28, 38, 48, 58, 68, 78, 88, 98, 108, 118, 128, 138, 148, 158, 168, 178, 188, 198, 208, 218, 228, 238, 248, 258, 268, 278, 288, 298, 308, 318, 328, 338, 348, 358, 368, 378, 388, 398, 408, 418, 428, 438, 448, 458, 468, 478, 488, 498, 508, 518, 528, 538
(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 +8; a(n) = 2*a(n-1)-a(n-2); [From Vincenzo Librandi, May 29 2011]
|
|
|
MATHEMATICA
| Range[8, 1000, 10] (* From Vladimir Joseph Stephan Orlovsky (4vladimir(AT)gmail.com), May 28 2011 *)
|
|
|
PROG
| (MAGMA) [10*n+8: n in [0..60]]; // Vincenzo Librandi, May 29 2011
|
|
|
CROSSREFS
| Sequence in context: A051370 A011538 A043521 * A084394 A085248 A092163
Adjacent sequences: A017362 A017363 A017364 * A017366 A017367 A017368
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|