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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084967 Multiples of 5 whose GCD's with 6 is 1. 2
5, 25, 35, 55, 65, 85, 95, 115, 125, 145, 155, 175, 185, 205, 215, 235, 245, 265, 275, 295, 305, 325, 335, 355, 365, 385, 395, 415, 425, 445, 455, 475, 485, 505, 515, 535, 545, 565, 575, 595, 605, 625, 635, 655, 665, 685, 695, 715, 725, 745, 755, 775, 785 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Third row of A083140.

LINKS

Table of n, a(n) for n=1..53.

Index to sequences with linear recurrences with constant coefficients, signature (1,1,-1).

FORMULA

GCD( 5k, 6) =1.

a(n)=5*A007310(n) [From Adriano Caroli, Oct 03 2010]

a(n)=5*(-3+(-1)^n+6*n)/2. a(n)=a(n-1)+a(n-2)-a(n-3). G.f.: 5*x*(x^2+4*x+1) / ((x-1)^2*(x+1)). [Colin Barker, Feb 24 2013]

MATHEMATICA

5Select[ Range[160], GCD[ #, 2*3] == 1 & ]

CROSSREFS

Cf. A083140, A063149, A007310.

Sequence in context: A018639 A029475 A070391 * A070390 A018724 A070389

Adjacent sequences:  A084964 A084965 A084966 * A084968 A084969 A084970

KEYWORD

nonn,easy

AUTHOR

Robert G. Wilson v, Jun 15 2003

STATUS

approved

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 May 20 12:33 EDT 2013. Contains 225459 sequences.