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!)
A211188 a(n) is the number of distinct prime divisors among the all composites of the form k^2 + 1 between the two primes A002496(n) and A002496(n+1). 2
0, 2, 2, 4, 5, 2, 5, 6, 2, 13, 5, 17, 3, 12, 11, 15, 9, 6, 21, 11, 6, 7, 3, 7, 7, 18, 7, 10, 6, 14, 11, 7, 6, 29, 2, 6, 22, 10, 10, 6, 16, 12, 6, 5, 11, 15, 6, 24, 12, 13, 19, 21, 15, 45, 3, 17, 6, 11, 24, 15, 9, 9, 6, 28, 3, 7, 7, 26, 10, 55, 14, 21, 24, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(1)=0; for n > 1, a(n) = number of elements of each row in A211175(n).
LINKS
MAPLE
with(numtheory) :lst:={}: for n from 2 to 600 do:p:=n^2+1:x:=factorset(p):lst:=lst union x:if type(p, prime)=true then m:=nops(lst minus {p}): printf(`%d, `, m):lst:={}:else fi:od:
CROSSREFS
Sequence in context: A073018 A201509 A109295 * A057899 A210200 A119989
KEYWORD
nonn
AUTHOR
Michel Lagneau, Feb 03 2013
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)