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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072920 Sum(k=1,n, A034693(k)). 0
1, 2, 4, 5, 7, 8, 12, 14, 16, 17, 19, 20, 24, 26, 28, 29, 35, 36, 46, 48, 50, 51, 53, 56, 60, 62, 66, 67, 69, 70, 80, 83, 85, 88, 90, 91, 95, 100, 102, 103, 105, 106, 110, 112, 116, 117, 123, 125, 129, 131, 133, 134, 136, 138, 144, 146, 150, 151, 163, 164, 170, 175 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n) appears to be asymptotic to (zeta(2)-1)*n*Log(n) where zeta(2)-1 = Pi^2/6-1 = 0.6449.....Example: a(10^5)/10^5/log(10^5) = 0.6449(1......

PROG

(PARI) To generate A034693(n): a(n)=if(n<0, 0, s=1; while(isprime(s*n+1)==0, s++); prime(s))

CROSSREFS

Sequence in context: A025516 A191174 A176193 * A107899 A032924 A005125

Adjacent sequences:  A072917 A072918 A072919 * A072921 A072922 A072923

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 11 2002

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 11:46 EST 2012. Contains 206011 sequences.