A059592 Square-full part of n^2 + 1.
1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 17, 1, 1, 29, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 13, 1, 1, 1
Offset: 0
Examples
a(7)=5 since 7^2 + 1 = 50 = 25*2 = (5^2)*2.
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 0..1000 (corrected by _Sean A. Irvine_)
Programs
-
PARI
a(n) = core(n^2+1, 1)[2]; \\ Michel Marcus, Nov 12 2023
Comments