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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106615 Numerator of n/(n+14). 2
0, 1, 1, 3, 2, 5, 3, 1, 4, 9, 5, 11, 6, 13, 1, 15, 8, 17, 9, 19, 10, 3, 11, 23, 12, 25, 13, 27, 2, 29, 15, 31, 16, 33, 17, 5, 18, 37, 19, 39, 20, 41, 3, 43, 22, 45, 23, 47, 24, 7, 25, 51, 26, 53, 27, 55, 4, 57, 29, 59, 30, 61, 31, 9, 32, 65, 33, 67, 34, 69, 5, 71, 36, 73, 37, 75, 38, 11, 39 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

LINKS

Nathaniel Johnston, Table of n, a(n) for n = 0..10000

FORMULA

Dirichlet g.f. zeta(s-1)*(1-6/7^s-1/2^s+6/14^s). - R. J. Mathar, Apr 18 2011

MAPLE

seq(numer(n/(n+14)), n=0..100); # Nathaniel Johnston, Apr 18 2011

MATHEMATICA

f[n_]:=Numerator[n/(n+14)]; Array[f, 100, 0] (*From Vladimir Joseph Stephan Orlovsky, Feb 17 2011*)

PROG

(Other) sage: [lcm(n, 14)/14for n in xrange(0, 79)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 09 2009]

(MAGMA) [Numerator(n/(n+14)): n in [0..100]]; // Vincenzo Librandi, Apr 18 2011

CROSSREFS

Cf. A106614, A106616 - A106621.

Sequence in context: A120842 A152178 A103340 * A194736 A130299 A143309

Adjacent sequences:  A106612 A106613 A106614 * A106616 A106617 A106618

KEYWORD

nonn,frac,mult

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), May 15 2005

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 February 17 08:44 EST 2012. Contains 205998 sequences.