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!)
A161847 Denominator of the ratio (prime((n+1)^2) - prime(n^2))/prime(n). 2
2, 3, 1, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: the sequence prime((n+1)^2) - prime(n^2))/prime(n) converges to 4.
LINKS
FORMULA
a(n) = denominator((A011757(n+1) - A011757(n))/A000040(n)). - Petros Hadjicostas, May 13 2020
EXAMPLE
The first few fractions are 5/2, 16/3, 6/1, 44/7, 54/11, ... = A161846/A161847.
PROG
(PARI) a(n) = denominator((prime((n+1)^2) - prime(n^2))/prime(n)); \\ Michel Marcus, May 14 2020
CROSSREFS
Cf. A000040, A011757, A161846 (numerators).
Sequence in context: A354839 A121637 A247370 * A101175 A050512 A107102
KEYWORD
nonn,frac
AUTHOR
Daniel Tisdale, Jun 20 2009
EXTENSIONS
Keyword:frac added by R. J. Mathar, Jun 30 2009
Extended by Ray Chandler, May 06 2010
Various sections edited by Petros Hadjicostas, May 13 2020
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 18 09:17 EDT 2024. Contains 371769 sequences. (Running on oeis4.)