The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A133638 a(n) = 2prime(n) + prime(n-1) - 3*n. 0
1, 2, 4, 7, 14, 19, 26, 31, 38, 51, 58, 69, 80, 85, 92, 105, 120, 127, 138, 149, 154, 165, 176, 189, 208, 221, 226, 233, 238, 245, 274, 293, 306, 313, 332, 343, 354, 369, 380, 393, 408, 415, 434, 445, 452, 457, 480, 513, 530, 535, 542, 555, 562, 581, 600, 615 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(7) = 26 = 2*p(7) + p(6) - 3*7 = 2*17 + 13 - 3*7 = 34 + 13 - 21.
MATHEMATICA
Join[{1}, Table[2*Prime[n] + Prime[n - 1] - 3*n, {n, 2, 60}]] (* Stefan Steinerberger, Sep 20 2007 *)
CROSSREFS
Cf. A000040.
Sequence in context: A265309 A293825 A289050 * A367266 A018505 A280430
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Sep 18 2007
EXTENSIONS
More terms from Stefan Steinerberger, Sep 20 2007
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 May 14 20:39 EDT 2024. Contains 372533 sequences. (Running on oeis4.)