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.

A102154 Iccanobirt primes (4 of 15): Prime numbers in A102114.

This page as a plain text file.
%I A102154 #16 Apr 14 2022 14:52:33
%S A102154 2,7,13,823541,131622637,42562230754481,81409990081365019,
%T A102154 854720149266848129,10368894671263026260137261,
%U A102154 462512205427594928694039517,2554464709394644494293414485734745657,10316628799362671595219100337312778857284159,124041034096767708661687005571699720680324204493
%N A102154 Iccanobirt primes (4 of 15): Prime numbers in A102114.
%F A102154 a(n) = A102114(A102134(n)).
%t A102154 nxt[{a_, b_, c_}] := {b, c, IntegerReverse[c] + b + a}; Select[ NestList[ nxt, {0, 0, 1}, 400][[ All, 1]], PrimeQ] (* _Harvey P. Dale_, Apr 14 2022 *)
%Y A102154 Cf. A000040, A102114, A102151-A102165.
%K A102154 nonn,less,base
%O A102154 1,1
%A A102154 _Jonathan Vos Post_ and _Ray Chandler_, Dec 31 2004
%E A102154 Offset changed to 1 and more terms from _Jinyuan Wang_, Aug 10 2021