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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090178 a(1) = 2; for n > 1, a(n) = n+prime(n-1). 5
2, 4, 6, 9, 12, 17, 20, 25, 28, 33, 40, 43, 50, 55, 58, 63, 70, 77, 80, 87, 92, 95, 102, 107, 114, 123, 128, 131, 136, 139, 144, 159, 164, 171, 174, 185, 188, 195, 202, 207, 214, 221, 224, 235, 238, 243, 246, 259, 272, 277, 280, 285, 292, 295, 306, 313, 320, 327 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Sum of index n and the corresponding n-th term of non-composite numbers (A008578).

Does n > 2 exist such that n*prime(n-1)/(n+prime(n-1)), i.e. A164931(n)/a(n) is an integer? [From Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Aug 31 2009]

Complement of A171508(n). [From Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Dec 13 2009]

REFERENCES

M. Feenstra, P. J. Carter and C. P. Harding, The Ultimate I.Q. Book, Wardlock, see p. 99.

FORMULA

a(n) = n+A008578(n). - David Wasserman (dwasserm(AT)earthlink.net), May 20 2008

EXAMPLE

a(2) = 2+prime(1) = 4; a(5) = 5+prime(4) = 12; a(9) = 9+prime(8) = 28.

PROG

(MAGMA) [ n eq 1 select 2 else n+NthPrime(n-1): n in [1..58] ]; [From Klaus Brockhaus, Sep 09 2009]

CROSSREFS

The published version (A048171) is said to be incorrect.

Sequence in context: A022778 A156022 A048171 * A080548 A194450 A080556

Adjacent sequences:  A090175 A090176 A090177 * A090179 A090180 A090181

KEYWORD

nonn

AUTHOR

Pab Ter (pabrlos(AT)yahoo.com), May 29 2004

EXTENSIONS

Definition corrected, second comment and example edited by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Sep 09 2009

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 00:09 EST 2012. Contains 205978 sequences.