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.

A229067 Sum of n-th prime and next perfect square.

Original entry on oeis.org

6, 7, 14, 16, 27, 29, 42, 44, 48, 65, 67, 86, 90, 92, 96, 117, 123, 125, 148, 152, 154, 160, 183, 189, 197, 222, 224, 228, 230, 234, 271, 275, 281, 283, 318, 320, 326, 332, 336, 369, 375, 377, 387, 389, 422, 424, 436, 448, 483, 485, 489, 495, 497, 507, 546, 552
Offset: 1

Views

Author

Vincenzo Librandi, Sep 25 2013

Keywords

Comments

Primes in the sequence: 7, 29, 67, 197, 271, 281, 283, 389, 617, 631, 641, ...

Crossrefs

Programs

  • Mathematica
    (Floor[Sqrt[#]] + 1)^2 + # &/@Prime[Range[80]]

Formula

a(n) = A000040(n) + A145445(n).