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!)
A139249 a(n) = 30*n - 24. 10
6, 36, 66, 96, 126, 156, 186, 216, 246, 276, 306, 336, 366, 396, 426, 456, 486, 516, 546, 576, 606, 636, 666, 696, 726, 756, 786, 816, 846, 876, 906, 936, 966, 996, 1026, 1056, 1086, 1116, 1146, 1176, 1206, 1236, 1266, 1296, 1326, 1356, 1386, 1416, 1446, 1476 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Multiples of 6 with unit digit equal to 6.
Subsequence of A034709, together with A017281, A017293, A139222, A139245, A017329, A139264, A139279 and A139280. - Reinhard Zumkeller, Jun 22 2008
LINKS
FORMULA
a(n) = a(n-1) + 30.
MATHEMATICA
Range[6, 7000, 30] (* Vladimir Joseph Stephan Orlovsky, Jun 18 2011 *)
NestList[30+#&, 6, 50] (* or *) LinearRecurrence[{2, -1}, {6, 36}, 50] (* Harvey P. Dale, May 27 2018 *)
PROG
(Magma) [30*n - 24: n in [1..60]]; // Vincenzo Librandi, Jun 19 2011
(PARI) a(n)=30*n-24 \\ Charles R Greathouse IV, Aug 25 2014
CROSSREFS
Sequence in context: A036148 A134639 A069497 * A070150 A161144 A364586
KEYWORD
easy,nonn
AUTHOR
Odimar Fabeny, Jun 06 2008, Jun 07 2008
EXTENSIONS
More terms from Reinhard Zumkeller, Jun 22 2008
Edited by R. J. Mathar, Jul 20 2008
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 March 19 06:32 EDT 2024. Contains 370953 sequences. (Running on oeis4.)