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!)
A185322 a(n) = ceiling(prime(n)/10). 1
1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4, 4, 5, 5, 5, 6, 6, 7, 7, 8, 8, 8, 9, 9, 10, 11, 11, 11, 11, 12, 13, 14, 14, 14, 15, 16, 16, 17, 17, 18, 18, 19, 20, 20, 20, 20, 22, 23, 23, 23, 24, 24, 25, 26, 26, 27, 27, 28, 28, 29, 29, 30, 31, 32, 32, 32, 34, 34, 35, 35, 36 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
Table[Ceiling[Prime[n]/10], {n, 1, 50}] (* G. C. Greubel, Jun 26 2017 *)
PROG
(PARI) a(n)=prime(n)\10 + 1 \\ Charles R Greathouse IV, Jul 12 2016
(Magma) [Ceiling(NthPrime(n)/10): n in [1..100]]; // Vincenzo Librandi, Jun 27 2017
CROSSREFS
Ceiling(n^2/10) is in A036408.
Cf. A176044.
Sequence in context: A076695 A071903 A091372 * A324918 A068980 A280950
KEYWORD
nonn,easy
AUTHOR
Giovanni Teofilatto, Jan 30 2012
STATUS
approved

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 April 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)