cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A261543 Numbers of the form (prime(k) + Fibonacci(k))/2.

Original entry on oeis.org

2, 5, 8, 15, 20, 42, 60, 137, 210, 520, 828, 2124, 3418, 8895, 14370, 37561, 60747, 158959, 257169, 673198, 1089220, 2851513, 4613807, 12078987, 19544166, 51167164, 82790160, 216747314, 350704463, 918156051, 1485607642, 3889371138, 6293134627
Offset: 1

Views

Author

Ilya Gutkovskiy, Aug 24 2015

Keywords

Comments

The numbers represented as the arithmetic mean of the Fibonacci numbers and prime numbers with identical indices.

Examples

			a(1) = (prime(2) + Fibonacci(2))/2 = (3 + 1)/2 = 2.
		

Crossrefs

Programs

Formula

a(n) = (prime(A001651(n + 1)) + Fibonacci(A001651(n + 1)))/2