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!)
A281546 a(n) = 27*n + 2. 2
2, 29, 56, 83, 110, 137, 164, 191, 218, 245, 272, 299, 326, 353, 380, 407, 434, 461, 488, 515, 542, 569, 596, 623, 650, 677, 704, 731, 758, 785, 812, 839, 866, 893, 920, 947, 974, 1001, 1028, 1055, 1082, 1109, 1136, 1163, 1190, 1217, 1244, 1271, 1298, 1325, 1352, 1379, 1406, 1433 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MAPLE
A281546:=n->27*n+2: seq(A281546(n), n=0..100); # Wesley Ivan Hurt, Feb 01 2017
MATHEMATICA
27 Range[0, 53] + 2 (* Michael De Vlieger, Jan 24 2017 *)
LinearRecurrence[{2, -1}, {2, 29}, 60] (* Harvey P. Dale, Jul 04 2022 *)
PROG
(Magma) [27*n+2: n in [0..50]];
(PARI) a(n)=27*n+2 \\ Charles R Greathouse IV, Feb 06 2017
CROSSREFS
Column 3 of A281334.
Supersequence of A141949.
Sequence in context: A059799 A367796 A142969 * A115448 A276169 A107161
KEYWORD
nonn,easy
AUTHOR
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)