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!)
A088135 Sum of first and last digits of n-th prime. 7

%I #7 Jan 31 2023 13:03:34

%S 4,6,10,14,2,4,8,10,5,11,4,10,5,7,11,8,14,7,13,8,10,16,11,17,16,2,4,8,

%T 10,4,8,2,8,10,10,2,8,4,8,4,10,2,2,4,8,10,3,5,9,11,5,11,3,3,9,5,11,3,

%U 9,3,5,5,10,4,6,10,4,10,10,12,6,12,10,6,12,6,12,10,5,13,13,5,5,7,13,7,13

%N Sum of first and last digits of n-th prime.

%H Harvey P. Dale, <a href="/A088135/b088135.txt">Table of n, a(n) for n = 1..1000</a>

%t sfl[p_]:=Module[{idn=IntegerDigits[p]},idn[[1]]+idn[[-1]]]; sfl/@Prime[Range[90]] (* _Harvey P. Dale_, Jan 31 2023 *)

%Y Cf. A046704, A007953, A088133, A088134, A088136.

%K easy,nonn,base

%O 1,1

%A _Zak Seidov_, Sep 20 2003

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 August 4 17:02 EDT 2024. Contains 374923 sequences. (Running on oeis4.)