Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A060789
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A060789 a(n) = n / (gcd(n,2) * gcd(n,3)). +0
6
1, 1, 1, 2, 5, 1, 7, 4, 3, 5, 11, 2, 13, 7, 5, 8, 17, 3, 19, 10, 7, 11, 23, 4, 25, 13, 9, 14, 29, 5, 31, 16, 11, 17, 35, 6, 37, 19, 13, 20, 41, 7, 43, 22, 15, 23, 47, 8, 49, 25, 17, 26, 53, 9, 55, 28, 19, 29, 59, 10, 61, 31, 21, 32, 65, 11, 67, 34, 23, 35, 71, 12, 73, 37, 25, 38, 77 (list; graph; listen)
OFFSET

1,4

COMMENT

a(n+2) is absolute value of numerator of determinant of n X n matrix with M(i,j) = 2/(i(i+1)) if i=j otherwise 1. - Alexander Adamchuk (alex(AT)kolmogorov.com), May 19 2006

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

FORMULA

G.f.: (x + x^2 + x^3 + 2x^4 + 5x^5 + x^6 + 5x^7 + 2x^8 + x^9 + x^10 + x^11)/(x^6 - 1)^2.

Multiplicative with a(2^e)=2^(e-1), a(3^e)=3^(e-1), a(p^e)=p^e, p>3. - Vladeta Jovovic (vladeta(AT)eunet.rs), Sep 09 2004

a(n) = Numerator[(-1)^(n+1)*Det[DiagonalMatrix[Table[2/(i(i+1))-1, {i,1,n-2}]]+1]], n>2. - Alexander Adamchuk (alex(AT)kolmogorov.com), May 19 2006

a(n) divides n. a(6k) = k for integer k>0. a(p^k) = p^k for prime p>3 and integerk>0. - Alexander Adamchuk (alex(AT)kolmogorov.com), Sep 20 2006

MATHEMATICA

Numerator[Table[(-1)^(n+1) Det[ DiagonalMatrix[ Table[ 2/(i(i+1)) - 1, {i, 1, n-2} ] ] + 1 ], {n, 1, 30} ]] - Alexander Adamchuk (alex(AT)kolmogorov.com), May 19 2006

Table[Numerator[(n+3)/(n+2)/(n+1)/n], {n, 60}] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 17 2009]

PROGRAM

(Other) sage: [lcm(n, 6)/6for n in xrange(1, 78)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 07 2009]

(PARI) { for (n=1, 1000, write("b060789.txt", n, " ", n / (gcd(n, 2) * gcd(n, 3))); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 11 2009]

CROSSREFS

Sequence in context: A065224 A165278 A106619 this_sequence A134570 A019510 A124576

Adjacent sequences: A060786 A060787 A060788 this_sequence A060790 A060791 A060792

KEYWORD

nonn,easy,mult,new

AUTHOR

Len Smiley (smiley(AT)math.uaa.alaska.edu), Apr 26 2001

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org), May 07 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 9 18:50 EST 2009. Contains 170568 sequences.


AT&T Labs Research